posted 19 years ago
Hi
That exception is because
INSERT INTO LIBRARYNAME.TABNAME VALUES (?,?,?,?,TIME(?),TIME(?),?,?,?,NOW(),?)
is not allowed
it should be
INSERT INTO LIBRARYNAME.TABNAME VALUES (?,?,?,?,?,?,?,?,?,?,?)
and then pass the value.
Regards
Makarand Parab