Hi,
I am perfoming a conversion of SQL Server database to DB2. The IBM porting document Im using suggests that I should use the TIMESTAMP datatype (for a SQLServer DATETIME datatype).
The problem is the front end Access application doesnot specify dates in the required format e.g.;
2003-09-14-00.00.00.000000
This means that I will need to use the DATE datatype, which will hopefully work with the front end without any changes.
The DEFAULT option for TIMESTAMP is (DEFAULT CURRENT TIMESTAMP) when creating tables. What should I use to automatically insert the DATE into a DATE field?
Sorry if this is dumb question...
Cheers
John (Sudmill)
I am perfoming a conversion of SQL Server database to DB2. The IBM porting document Im using suggests that I should use the TIMESTAMP datatype (for a SQLServer DATETIME datatype).
The problem is the front end Access application doesnot specify dates in the required format e.g.;
2003-09-14-00.00.00.000000
This means that I will need to use the DATE datatype, which will hopefully work with the front end without any changes.
The DEFAULT option for TIMESTAMP is (DEFAULT CURRENT TIMESTAMP) when creating tables. What should I use to automatically insert the DATE into a DATE field?
Sorry if this is dumb question...
Cheers
John (Sudmill)