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
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