adspace
How do I use multibyte character sets with weblogic jdriver for informix? : BEA Weblogic
Answer Posted / Priyanka Joshi
To use multibyte character sets with the Weblogic JDriver for Informix, you can follow these steps: 1) Set the client characterset parameter to the desired character set in the connection URL. For example, if using UCS-2, the connection URL should be: jdbc:informix-sqli://<hostname>:<port>/<database>?clientCharacterset=UTF16BE. 2) Update the driver's default character set to match the client characterset by setting the DriverManager property 'Character_Set_Mapping' before establishing the connection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category