Just want to check to see if I did this correctly:
I needed to copy 2 converted DOS variable forms from one
7.6 database to another.
I used
UNLOAD DATA FROM SYS_FORMS3
(it only had 2 forms in it)
I then used
LOAD SYS_FORMS3 FROM filespec
to load the forms to the other database.
I got 2 errors several times over:
- incorrect number of values for this table
- column SYS_DATA must be a valid VAR_BIT
Is there anything I missed in this procedure? I
noticed a .LOB file was created in the directory along with
my output file. The forms seem to have come through OK.
I need to check my application to see how I used them to
see if they're missing any functionality.
Voraciously vindicating volumes of variables in a
village, Geoffrey
Geoffrey