I usually use Oracle or mysql database
But this time, must be done in a project should use informix database
Do you have a plan of Informix Database Support?
Page 1 of 1
Support IBM/Informix Database
#3
Posted 07 January 2013 - 05:59 PM
I'm trying to develop a support for the Informix database.
If you want to make the connection to the database, but without support ActiverRecord, you can try this:
If you want to make the connection to the database, but without support ActiverRecord, you can try this:
'components' =>
array(
...
'db' => array(
'connectionString' => 'informix:host=host;service=port;database=database;server=server;protocol=onsoctcp;CLIENT_LOCALE=en_US.utf8;DB_LOCALE=en_US.8859-1;EnableScrollableCursors=1',
'username' => 'username',
'password' => 'password',
),
...
),
админ, on 09 August 2010 - 05:52 AM, said:
Have you connect to informix DB ?
Share this topic:
Page 1 of 1

Help











