PrepStmt.setObject() - ignores date parameter therefore setObject()
and setDate() stores dfferent values in the database.

RS.getObject() - won't return a date even if setDate() was called
during insert (getColumnType() won't return a date either).
getObject() uses column_type() which won't return a date, but
column_decltype() will retrurn a string from which a type can be
deduced.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SQLiteJDBC" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlitejdbc?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to