|
setLong() bug in jdbc for db2 connect? [alt.comp.lang.java]
Date: Dec 3, 2006 07:04 Hi. I've been using the personal edition of db2 Connect to access our mainframe database from java apps for the last 9 months or so. I'm using prepared statements, and the setLong method has proven unreliable for both parameters and insert values, not finding search filters or attempting to insert nulls, etc. This has forced me to use setDouble or setBigDecimal ...
|