
03-31-11, 11:21
|
|
Registered User
|
|
Join Date: Jul 2004
Posts: 494
|
|
|
sql error: cannot insert in db table
|
|
What could possibly go wrong:
Quote:
INSERT INTO bible (book', 'book_spoke', 'recordType', 'book_title', 'chapter', 'chapter_spoke', 'verse', 'verse_spoke', 'text_data) VALUES ('1', '1', 'gn', 'Genesis', '1', '1', '1', '1', 'In the beginning God created the heaven and the earth.')
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '', 'book_spoke', 'recordType', 'book_title', 'chapter', 'chapter_spoke', 'verse'' at line 1
|
|
|