Search Results

0
votes
3answers
443 views

How to use Oracle jdbc driver fixedString property?

Oracle pads values in char columns so if I insert "a" in a CHAR(2) column then I cannot get that record by comparing that column to "a", I should get it by comparing it to "a ". Right? To s …
0
votes
1answer
51 views

Is there any JDBC Type 4 driver for DB2 v6?

Does DB2 UDB v6 supports JDBC Type 4 drivers? Where can I get that JDBC Type 4 driver? …