|
Subject:
|
Database Connection
|
|
Posted By:
|
kapi.goel
|
Post Date:
|
2/10/2006 3:56:16 AM
|
I want to insert data into Unix based Informix Database. I am ready with the data in ASP pages. Only hitch is how to i establish connection between ASP/PHP with Unix based Informix Database. I was trying to use ODBC. But informix database driver is missing into it.
Is this connection feasible between ASP pages running onto Windows XP Platform with Unix based Informix Database ??
Please guide me... Kapil
KG
|
|
Reply By:
|
jbenson001
|
Reply Date:
|
2/14/2006 1:12:21 PM
|
http://www.connectionstrings.com/
|
|
Reply By:
|
adam_kahtava
|
Reply Date:
|
2/14/2006 6:01:22 PM
|
With ODBC it seems that anything can interconnect with a respective ODBC driver. Having ASP/PHP connecting to an Informix Database seems very possible, but you'll need to install the the informix ODBC driver.
You can get the Informix ODBC drivers through the SDK on the following site: http://www-306.ibm.com/software/data/informix/tools/csdk/
- A.Kahtava
|