A
Adam Short
I am trying to use the ADODB functionality of a legacy ASP RecordSet. Why
you may ask, I have my reason's, I will reply!
I have read all over the Net how easy it is to use Visual Studio to do this,
I do not have this luxury! What are the lines of code I need to use to to
do the equivilent of registering the component?
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.
Compiler Error Message: BC30466: Namespace or type 'adodb' for the Imports
'adodb' cannot be found.
Source Error:
Line 9: imports system.data
Line 10: imports system.data.odbc
Line 11: imports adodb
Regards
Adam
you may ask, I have my reason's, I will reply!
I have read all over the Net how easy it is to use Visual Studio to do this,
I do not have this luxury! What are the lines of code I need to use to to
do the equivilent of registering the component?
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.
Compiler Error Message: BC30466: Namespace or type 'adodb' for the Imports
'adodb' cannot be found.
Source Error:
Line 9: imports system.data
Line 10: imports system.data.odbc
Line 11: imports adodb
Regards
Adam