Board index » delphi » URGENT!!! Timestamp format in WHERE Clause
Steve Griffin
![]() Delphi Developer |
Sun, 02 Jan 2005 19:54:10 GMT
URGENT!!! Timestamp format in WHERE Clause
I have created a Delphi Front End to access data stored on an AS400. The
tables I need are very large and hold up the server so am using a batchMove to create a temporary table (.DB) using the Database Desktop on the local PC. However, one of the fields (XJStamp) is a Timestamp field and I have loaded a combo box with all the available timestamps to enable the user to select the Date/Time for the data that they want to access. The following SQL works fine on the AS400 but gives 'Type Mismatch in Expression' in the |