InstantDB Project
About InstantDB
Project Mail Lists
Short History
Reporting Bugs
Screen Shots
3rd Party Examples
FAQs

Software
Downloads
Documentation
CVS Repositories
Roadmap
License

About Enhydra.org
Who We Are
News, Articles & Events
Getting Involved
Contact Us

Community
Demos
Contributions
Resources
Case Studies
On The Edge! -NEW-
Commercial Vendors


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

InstantDB: DATE, and time


We have two date columns.  One is populated by with statement similar to
this:

INSERT INTO table (FOO_DATE) VALUE ('YYYY/MM/DD HH:MM:SS');

This works great.

One is populated with a prepared statement:

INSERT INTO table (BAR_DATE) VALUE (?),

where the associated value is a java.sql.Date.

The problem is that BAR_DATE always seems to throw away the time value
(set to midnight), even after setting the database-wide default Date
Format.

Ideas?
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.