B
BP
I am trying to create an Adodb.connection in ASP to
connect to a database located in the local folder in the
root directory. I am getting the following error
Error Type:
Server object, ASP 0177 (0x8007007E)
8007007e
/myweb4/check_user.asp, line 21
Where line 21 in my code is:
Set adoCon = Server.CreateObject("ADODB.Connection")
I even looked this up on the microsoft knowledge base and
following their suggestions to no avail. If someone
knows, please let me know. By the way my OS is Windows
XP Professional
connect to a database located in the local folder in the
root directory. I am getting the following error
Error Type:
Server object, ASP 0177 (0x8007007E)
8007007e
/myweb4/check_user.asp, line 21
Where line 21 in my code is:
Set adoCon = Server.CreateObject("ADODB.Connection")
I even looked this up on the microsoft knowledge base and
following their suggestions to no avail. If someone
knows, please let me know. By the way my OS is Windows
XP Professional