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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I find the ADO dll's

Status
Not open for further replies.

Waz816

Programmer
Oct 4, 2001
10
US
I'm trying to do some ADO connection stuff in my CSP page and I get an error when I get to the following lines.

set oAccCmd = Server.CreateObject("ADODB.Command")
set oAccCmd.ActiveConnection = conn

* conn is my connection string

The error reads:
Microsoft VBScript runtime error '0x800a01a8'

Object required: 'ActiveConnection'
line: 539


I beleive that I'm missing a .dll that will allow me to use ADO functionality.

Can anyone fill me in on what I might be missing and how do I get it?

Thanks,
Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top