I am attempting to populate a table with data extracted from a MSACCESS db. I have been unable to resolve the following error that I am getting when issuing the "DBLOAD" command:
*********************************
In INSERT statement number 1 of raw data file Event.txt.
Row number 101 is bad.
512|510|7| | |B #252| |09-15-2004 08:00:00|09-15-2004 08:00:00|06-23-2004 10:13:
|8|1|06-23-2004 10:13:48|0|1|16|1|1
Non-numeric character in datetime or interval.
*********************************
All of my datetime fields are formatted month to second. I have checked the number of columns to make sure that they are correct. I have also verified that MSACCESS didn't do something funky with the order of the data during export.
Any help would be much appreciated.
Thank you,
Les
*********************************
In INSERT statement number 1 of raw data file Event.txt.
Row number 101 is bad.
512|510|7| | |B #252| |09-15-2004 08:00:00|09-15-2004 08:00:00|06-23-2004 10:13:
|8|1|06-23-2004 10:13:48|0|1|16|1|1
Non-numeric character in datetime or interval.
*********************************
All of my datetime fields are formatted month to second. I have checked the number of columns to make sure that they are correct. I have also verified that MSACCESS didn't do something funky with the order of the data during export.
Any help would be much appreciated.
Thank you,
Les