From: Michael P. <mic...@gm...> - 2011-05-26 11:30:25
|
Btw, if I were you I'd avoid to use multiple-value INSERT with JDBC. Those are queries like: INSERT INTO table_ex VALUES (1),(2),(3),(4); I noticed today during tests that it wasn't working properly. However, single value INSERT and normal queries work fine. -- Michael Paquier http://michael.otacoo.com |