RE: Bad Timestamp Format

2000-12-25 Thread J.T. Wenting
Different database engines use different formats for dates and times (and thus for timestamps). I had a similar problem converting a servlet from Interbase (which we used during development) to Oracle (used by our client in production). Possibly Postgress does not understand the difference to GMT

Bad Timestamp Format

2000-12-25 Thread Seung R. Bang
Hello, It's Christmas day 1:00 AM.. What am I doing? Working, trying to catch a bug... I changed some BMP beans to CMP beans. I upgraded the database server to PostgreSQL 7.1 which is a CVS version. My beans auto-created some tables when I started orion, which is good. Everything works fine.