This is a discussion on Re: ODBC connections without DSN within the Informix forums, part of the Database Server Software category; --> There is developer work article written by Guy Bowerman which talks about possible workaround. http://www-03.ibm.com/developerworks...e_with_locales The upcoming CSDK 2.90.TC6 ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| There is developer work article written by Guy Bowerman which talks about possible workaround. http://www-03.ibm.com/developerworks...e_with_locales The upcoming CSDK 2.90.TC6 release will have this issue addressed in ODBC. Either you can use the workaround suggested in the above link or wait for CSDK 2.90.TC6 to be released. By using ODBC from CSDK 2.90.TC6 you don't have to change anything in your application related to DB_LOCALE setting (If you are not explicitly setting DB_LOCALE in the connetion string which anyway you mentioned you are not). Thanks -Shesh tichman@excite.com Sent by: informix-list-bounces@iiug.org 09/05/2006 02:23 AM To informix-list@iiug.org cc Subject ODBC connections without DSN We are running IDS 10.00UC3 on RHEL 4 and are looking to upgrade to UC5. We have an application that connects to the database via ODBC. Unfortunately UC5 enforces the rule that the client app should have the same DB_LOCALE as the database. The client app has a hardcoded connection string which does not include the DB_LOCALE. Is there a way around this without changing either the code or the locale of the DB? _______________________________________________ Informix-list mailing list Informix-list@iiug.org http://www.iiug.org/mailman/listinfo/informix-list |