I tried using Orion's auto-deployment to automatically create a table for my EntityBean. One of the fields in my EntityBean is defined as a java.sql.Timestamp (I also tried 'Date'). When Orion generates the SQL statement to create the table, it creates the DDL using the keyword 'TIMESTAMP'. This keyword is unrecognized by Microsoft SQL Server. It seems that a more vendor neutral SQL data type needs to be used when mapping to a date or Timestamp. Is this a known bug? -Gary __________________________________________________ Do You Yahoo!? Thousands of Stores. Millions of Products. All in one place. Yahoo! Shopping: http://shopping.yahoo.com
