E
Eric Wescott
I'm attempting to sue ADOBD to access my database via the ODBC driver.
However when I
Dim as400 As New ADODB.Connection
or
Dim as400
Set as400 = Server.CreateObject("ADODB.Connection")
I get a compiler error saying User defined type not defined. I'm using
Office 2000. I assume I need to install some sort of ADO addon but I'm
not sure where to find it. Could somebody please put me in the right
direction?
Thanks
Eric
However when I
Dim as400 As New ADODB.Connection
or
Dim as400
Set as400 = Server.CreateObject("ADODB.Connection")
I get a compiler error saying User defined type not defined. I'm using
Office 2000. I assume I need to install some sort of ADO addon but I'm
not sure where to find it. Could somebody please put me in the right
direction?
Thanks
Eric