我的DVBBS7.1 SP1 SQL版转DZ6.1出现以下两个问题,不知怎么解决,请各位帮下忙:
-------------------------------主题与投票转换时出现的错误如下-----------------------------------------
XConvert info: MySQL Query Error
Time: 2008-8-16 11:00am
SQL: INSERT INTO dzbbs.cdb_threads (
`tid` , `fid` , `iconid` , `typeid`, `readperm`, `price`,`author` , `authorid` , `subject` , `dateline` , `lastpost` , `lastposter` , `views` , `replies` , `displayorder` , `highlight` , `digest` , `rate` , `blog` , `special` , `attachment` , `subscribed`, `moderated` , `closed`
) VALUES(
'4000', '61', '0', '0', '0', '0', '太阳王子', '283', '小样最\"古典\"一幕今天在新华论坛上演,\"陕西和西安没有必然关系\', '1131110100', '1131179400', '地心引力', '157', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
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 '1131110100', '1131179400', '地心引力', '157', '6', '0', '0', '0', '0', '0', '0',' at line 4
Errormsg.: 可能原因:1.数据超长或类型不匹配;2.数据库记录重复
Errno.: 1064
--------------------------------版区与管理团队转换时出现的错误如下--------------------------
XConvert info: MySQL Query Error
Time: 2008-8-16 10:59am
SQL: INSERT INTO dzbbs.cdb_threadtypes (`typeid`, displayorder`, `name`, `description`, `special`, `modelid`, `expiration`, `template`) VALUES ('1', '0','参赛作品','','0','0','0','')
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 ', `name`, `description`, `special`, `modelid`, `expiration`, `template`) VALUES ' at line 1
Errormsg.: 可能原因:1.数据超长或类型不匹配;2.数据库记录重复
Errno.: 1064
[ 本帖最后由 coco285 于 2008-8-27 12:02 编辑 ] |