Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I´m getting this error: Server Object ASP 0177 (0x800401F3)

Status
Not open for further replies.

luisog

Technical User
Apr 24, 2003
10
MX
I´m using IIS with an Access database and it used to work pretty good but now I get an error in this line:
set Conn = server.createobject("ADODB.Connection")

Here´s some of the code

strProvider = "Driver={Microsoft Access Driver (*.mdb)};DBQ=C:\Inetpub\'Creates an instance of an Active Server component
set Conn = server.createobject("ADODB.Connection")
'Opens the connection to the data store
Conn.Open strProvider
'Instantiate Command object and use ActiveConnection property to
'attach connection to Command object
set RS = Conn.Execute(sSQL)

I´ve loked for an answer but they are too complicated and I´m new at ASP, please help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top