ingres is not longer supported because ingres stops the development. We supported ingres in older versions but to work you need to adjust the settings in limbassrc/lib/dbingres.lib
We leave the dadabase in LIMBAS for own development.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I want to connect my database with an ODBC driver but it doesn't work. Can anyone tell me, what I am doing wrong?
I have used the configuration, which you can see at the attachement.
It has already worked with the yii framework, but know I want to use Limbas instead but don't know how it could work. The old db file:
'yii\db\Connection', 'driverName' => '{Ingres II}', 'dsn' => 'odbc:nt_teg', 'username' => 'dps', 'password' => 'xyz', 'charset' => 'utf8', 'enableSchemaCache' => true, // Duration of schema cache. 'schemaCacheDuration' => 60, // Name of the cache component used to store schema information 'schemaCache' => 'cache', ]; Thanks in advance! ?>hi
ingres is not longer supported because ingres stops the development. We supported ingres in older versions but to work you need to adjust the settings in limbassrc/lib/dbingres.lib
We leave the dadabase in LIMBAS for own development.
Hi Axel, thanks for your reply! That means that I can't use this framework vor Ingres II?