J
John
Hi
I am trying to convert my asp app tp asp.net and I have a few issues;
1. I have the following code for a db connection;
onn = New ADODB.Connection
conn.Open("PROVIDER=SQLOLEDB;DATA
SOURCE=mysqlserver;UID=username;PWD=password;DATABASE=mydb")
I am getting a 'ADODB.Connection' is not defined.' error on the first line.
What is the fix for this?
2. I have a lot of Name xxxx is not declared. Do I need to define all these
variable?
Thanks
Regards
I am trying to convert my asp app tp asp.net and I have a few issues;
1. I have the following code for a db connection;
onn = New ADODB.Connection
conn.Open("PROVIDER=SQLOLEDB;DATA
SOURCE=mysqlserver;UID=username;PWD=password;DATABASE=mydb")
I am getting a 'ADODB.Connection' is not defined.' error on the first line.
What is the fix for this?
2. I have a lot of Name xxxx is not declared. Do I need to define all these
variable?
Thanks
Regards