This is a discussion on RE: ODBC Error within the Informix forums, part of the Database Server Software category; --> Sending to informix list for the awareness of solution ... -Shesh "Keith Davis" <keithdavis@pridedallas.com> 22/06/2007 20:43 To Sheshnarayan Agrawal/India/IBM@IBMIN ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Sending to informix list for the awareness of solution ... -Shesh "Keith Davis" <keithdavis@pridedallas.com> 22/06/2007 20:43 To Sheshnarayan Agrawal/India/IBM@IBMIN cc Subject RE: ODBC Error Thanks. That helped me find the problem. It was a bad character. Keith Davis (214) 906-5183 From: Sheshnarayan Agrawal [mailto:shagrawal@in.ibm.com] Sent: Friday, June 22, 2007 12:37 AM To: laurin1 Cc: informix-list@iiug.org; informix-list-bounces@iiug.org Subject: Re: ODBC Error -21000 error reads as follows .. Invalid byte in codeset conversion input. Code-set conversion cannot recognize data that is being passed between the server and the client. Check DB_LOCALE and CLIENT_LOCALE settings in your initialization file or your environment. You will get this error because your data (may be one of the chars/bytes) doesn't have mapping (i.e. conversion allowed) from your DB locale to client locale or vice versa. In the similar line you might also get -21001, -21002, -21003 or -21004. -Shesh laurin1 <keithdavis@solidtechservice.com> Sent by: informix-list-bounces@iiug.org 22/06/2007 04:58 To informix-list@iiug.org cc Subject ODBC Error Does anyone know what the the Unspecified System Error = -21000 (#21000) means? _______________________________________________ Informix-list mailing list Informix-list@iiug.org http://www.iiug.org/mailman/listinfo/informix-list |