Viewing post 16 (of 16 total)
I got the same message on a more simple statement:
USE work_test1
INSERT INTO Student_Main
(Last_Name);
VALUES ("Jones")
I had many more fields, but even one field throws the same error reported above.
Help...
March 4, 2008 at 1:16 pm
#785181