Splisks
Sat 22nd Oct '05, 12:47am
ImpEx Database errormysql error: Invalid SQL:
INSERT INTO forum
(
styleid, title, description,
options, daysprune, displayorder,
parentid, importforumid, importcategoryid,
title_clean, description_clean
)
VALUES
(
'',
'General Discussion',
'',
,
'30',
'2',
'-1',
'0',
'2',
'General Discussion',
''
)
mysql error: 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 '
'30',
'2',
'-1',
'0',
'2',
mysql error number: 1064
Date: Friday 21st of October 2005 08:45:01 PM
any idea why? where is the error in syntax? how can I fix it?
(ipb2 > vb3.5)
INSERT INTO forum
(
styleid, title, description,
options, daysprune, displayorder,
parentid, importforumid, importcategoryid,
title_clean, description_clean
)
VALUES
(
'',
'General Discussion',
'',
,
'30',
'2',
'-1',
'0',
'2',
'General Discussion',
''
)
mysql error: 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 '
'30',
'2',
'-1',
'0',
'2',
mysql error number: 1064
Date: Friday 21st of October 2005 08:45:01 PM
any idea why? where is the error in syntax? how can I fix it?
(ipb2 > vb3.5)