I have an application that copies an original user table to provide a backup if the user wants to reverse any changes made in my app.
I have many users using this code for some 3 years.
Suddenly I have a user who gets a C0000005 error when using the COPY TO (backup file name).
I have his tables and confirm in the debugger that it happens at that line.
The only difference is that his original table has many stored images in Memo files - this is outside my control and the usual method is to just add a link to an external image file.
Are there any restrictions to COPY TO or is there another way to create the copy?
Many thanks
William
I have many users using this code for some 3 years.
Suddenly I have a user who gets a C0000005 error when using the COPY TO (backup file name).
I have his tables and confirm in the debugger that it happens at that line.
The only difference is that his original table has many stored images in Memo files - this is outside my control and the usual method is to just add a link to an external image file.
Are there any restrictions to COPY TO or is there another way to create the copy?
Many thanks
William