I have a table which I cannot import data into. This table contains a column of type 'timestamp'- which may or may not be the culprit. I can even export the data from this table to a comma-delimited flat file, delete the rows from the table and then try to import them back into the same table from the flat file, and the following error occurs...
Multi-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
I have tried reducing this table to a single row and repeating the process above, with no success. It seems that if I am exporting and importing using the same delimited file into the same table in the same database, the import should work, doesn't it?!?
Multi-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
I have tried reducing this table to a single row and repeating the process above, with no success. It seems that if I am exporting and importing using the same delimited file into the same table in the same database, the import should work, doesn't it?!?