I have user-defined tables with int(11) NULL fields. The insert scripts created by the backup app are syntactically incorrect. I've included one, note that the fifth field value will populate into an int(11) NULL field.
Do you have any suggestions on how to fix the problem?
Hey -
I;m using 2.1.2 of the backup -
I have user-defined tables with int(11) NULL fields. The insert scripts created by the backup app are syntactically incorrect. I've included one, note that the fifth field value will populate into an int(11) NULL field.
Do you have any suggestions on how to fix the problem?
Thanks!
INSERT INTO
ffx_PlayersVALUES (8, 'Willis', '', 'McGahee', , '', '', '', '', '', '', '', '', '', '') ;ggarnett,
This problem should be fixed in version 2.1.4.
RSS feed for this topic
Reply
You must log in to post.