RE: [flexcoders] How do you handle Timestamp fields?

2005-04-11 Thread Brian Deitte
: [flexcoders] How do you handle Timestamp fields? Guys, In Oracle I have a column type DATE and the Oracle thin driver see this column as TIMESTAMP. AMF transform java.util.Date to Date in AS2... and it doesn't know about java.sql.Timestamp What's the best way in hadling with Time

[flexcoders] How do you handle Timestamp fields?

2005-04-11 Thread Valy Sivec
Guys, In Oracle I have a column type DATE and the Oracle thin driver see this column as TIMESTAMP. AMF transform java.util.Date to Date in AS2... and it doesn't know about java.sql.Timestamp What's the best way in hadling with Timestamp data type in a Flex App?. Should I pass back and for