Your new character restore uses a null field where in your character table does not allow a null field. Replace the nulls in the character restore sql to something like '0' and see if that works. Most of the time you should save the table schema along with data, so it will restore the same way.
GeorgeS
|