Maryam Moazeni: > I would like ti know the storage required for DATE, TIME and TIMESTAMP.
Take a look in java/engine/org/apache/derby/iapi/types - as far as I can tell that's where the SQL data types live, in SQLDate.java, SQLTime.java and SQLTimestamp.java. The comments explain how they're stored and how much space they require. =) -- Anders Morken My opinions may have changed, but not the fact that I am right!
