How do I use multibyte character sets with weblogic jdriver for informix? : BEA Weblogic
Answer / 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 |
How can I control on which weblogic server(s) my application will run? : BEA Weblogic
How many messages are sent across the network for processing topic messages? : BEA Weblogic
How many WebLogic servers can be held inside a multi-processor machine?
How should you type cast a remote object?
Why do I get an exception when trying to find a connection factory? : BEA Weblogic
What are data-sources and what features do they offer? What are the recommend parameters to improve the prformance from data-source point of view.
Explain the performance tuning in jdbc?
When configuring a source or target messaging bridge destination, do I need to set the adapter classpath field? : BEA Weblogic
Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic
How are multi-byte characters used with weblogic jdriver?
When does high cpu usage occur?
I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic