Release Notes

4JDBC driver limitation (HP-UX)

4The IBM DB2 Universal JDBC Driver cannot connect to databases that were 4created using the HP default character set, roman8. All SQLJ and JDBC 4applications that use the universal JDBC driver must connect to a database 4created with a different character set. If your LANG is set to "C" or 4to a "roman8" locale, you must change it to the corresponding ISO 4locale. For instance, if your LANG is set to de_DE.roman8, it 4must be changed to de_DE.iso88591 using the following command:

4export LANG=de_DE.iso88591

4To run the DB2 SQLJ and JDBC sample programs with the Universal JDBC 4driver, you can create the SAMPLE database with the commands in the following 4example, which uses the ISO locale for US English:

4export LANG=en_US.iso88591
4db2 terminate
4db2sampl

4

4Note:
If the SAMPLE database exists, you must drop it before executing the 4db2sampl command. 4


[ Top of Page | Previous Page | Next Page | Table of Contents ]