I have a split database and have copied data and structure from this particular table numerous times. Now I cannot perform this simple task without getting the following
SQL Status: HYC00
The driver does not support the functionality for 'XParameters::setClob'. It is not implemented.
my procedure is always
1 Open source table for editing
2 Create table in design view
3 copy the structure across
4 ensure the primary field is set to auto increment
4 save and close both tables
5 drag source table over new table to append data
6 ensure that the fields all correlate correctly
8 click on create
It worked every time until tonight. I do suspect that it may have something to do with the corrupt database that I had to restore - (the subject of my question about data backup in another thread)
It has occured to me that there might be a duplicate record in a supposedly unique field, Is there a SQL command to detect duplicates?