How do I use multibyte character sets with weblogic jdriver for informix? : BEA Weblogic



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

Post New Answer

More Weblogic Interview Questions

How can I control on which weblogic server(s) my application will run? : BEA Weblogic

1 Answers  


How many messages are sent across the network for processing topic messages? : BEA Weblogic

1 Answers  


How many WebLogic servers can be held inside a multi-processor machine?

1 Answers  


How should you type cast a remote object?

1 Answers  


Why do I get an exception when trying to find a connection factory? : BEA Weblogic

1 Answers  


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.

1 Answers  


Explain the performance tuning in jdbc?

1 Answers  


When configuring a source or target messaging bridge destination, do I need to set the adapter classpath field? : BEA Weblogic

1 Answers  


Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic

1 Answers  


How are multi-byte characters used with weblogic jdriver?

1 Answers  


When does high cpu usage occur?

1 Answers  


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

1 Answers  


Categories