This is my first shot at ASP. I have some VB experiance.
I am trying to create a connection to an Informix database with VBScript.
The error appears to be in my ODBC driver information. How should this be entered? Should I be using some other type of connection object?
CODE -
Set conShark = Server.CreateObject("ADODB.Connection"
conShark.Open "Provider=INTERSOLV 3.01 32-BIT INFORMIX; Data Source=breck20; Database=test", "", ""
ERROR -
ADODB.Connection (0x800A0E7A)
Provider cannot be found. It may not be properly installed.
/asp/test1.asp, line 21
The driver works fine for other applications.
Thanks for any help
I am trying to create a connection to an Informix database with VBScript.
The error appears to be in my ODBC driver information. How should this be entered? Should I be using some other type of connection object?
CODE -
Set conShark = Server.CreateObject("ADODB.Connection"
conShark.Open "Provider=INTERSOLV 3.01 32-BIT INFORMIX; Data Source=breck20; Database=test", "", ""
ERROR -
ADODB.Connection (0x800A0E7A)
Provider cannot be found. It may not be properly installed.
/asp/test1.asp, line 21
The driver works fine for other applications.
Thanks for any help