Dear Frineds....
I have tried to find an answer on the forum but it seems noone is working with informix DB servers.
This is my issue.
I work in a large co-orporation and we have few types of databases running on several platforms.
I am trying to make a IIS (integrated information system) with all of them using an .ASP application.
I have successfully created connection strings to mySQL on two machines and msSQL on a third.
When i try to make a connection sting to INFORMIX server i get the following error.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
/proba/index.asp, line 3
Line 3 is the following code
Conn.Open "Dsn=dsnljubija;driver={INFORMIX 3.31 32 Bit};Host=ljubija;Server=ds_ljubija;Service=turbo; Protocol=olsoctcp;Database=ljubija07;UID=informix; PWD=informix"
I have created an DSN in System DSN.
I am trying to run this .ASP application on Windows Server 2003 R2.
The informix server on another machine in the LAN.
ALSO PLEASE NOTE
I have used the same application on a local machine in the same network on Windows XP pro connecting the the same Informix server as what I am trying on the server and it connects with NO problem, it ran fine.
Thank you in advance