How to connect asp with linux based informix?

HaroldL

New Member
ASP pages are served by Microsoft IIS running on Windows, so you would install the Informix client on the Windows box and tell it the hostname / port / database name for the Linux Informix server. Then you can set up an ODBC DSN for the Informix database which you can use in your ASP coding.
 

jonathanpair

New Member
The best ways described here to connect ASP with linux based informix. You can set up an ODBC DSN for the Informix database which you can use in your ASP coding.
 
Top