Hello,
I am testing SmartGWTEE and created a simple ListGrid and DynamicForm to view and edit a table from a relational database, in our case Oracle 10g. One field is defined in the datasource definition as "datetime" and the corresponding column in the Oracle database is of type "timestamp". When loading the data from the database the client hangs but I can see in the console that a list with X results could be fetched. The data is not being displayed. If the timestamp values in the database are null values everything loads. Saving a datetime through the dynamic form then succeeds and the correct date and time is being saved to the database. After reloading the form the previously saved date can again not be displayed. I tried different Oracle JDBC drivers and tested it with the type "date" where everything works fine.
The conversion timestamp --> datetime seems to fail.
Has anyone experienced that problem and can give me information on how to fix that? How can I display Timestamp values from an Oracle 10g database in a DynamicForm?
Thank you.
I am using SmartGWTEE 1.2.1
I am testing SmartGWTEE and created a simple ListGrid and DynamicForm to view and edit a table from a relational database, in our case Oracle 10g. One field is defined in the datasource definition as "datetime" and the corresponding column in the Oracle database is of type "timestamp". When loading the data from the database the client hangs but I can see in the console that a list with X results could be fetched. The data is not being displayed. If the timestamp values in the database are null values everything loads. Saving a datetime through the dynamic form then succeeds and the correct date and time is being saved to the database. After reloading the form the previously saved date can again not be displayed. I tried different Oracle JDBC drivers and tested it with the type "date" where everything works fine.
The conversion timestamp --> datetime seems to fail.
Has anyone experienced that problem and can give me information on how to fix that? How can I display Timestamp values from an Oracle 10g database in a DynamicForm?
Thank you.
I am using SmartGWTEE 1.2.1
Comment