|
入库的结果:出现错误 kfy_coclass表1-错误信息: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 '' at line 1出现错误 表2-错误信息: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 '0, 0, '分类名称', 0, '3', 'flei', 1, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0' at line 1
执行的sql语句:INSERT INTO `kfy_coclass` (`pid`, `level`, `title`, `isframe`, `chids`, `dirname`, `coid`, `vieworder`, `trueorder`, `apmid`, `crpmid`, `rpmid`, `dpmid`, `allowsale`, `allowfsale`, `taxcp`, `awardcp`, `ftaxcp`, `clicks`, `archives`, `conditions`, `brand_img`, `name`, `phone`, `fax`, `address`, `hotline`, `introduction`, `website`, `meil`) VALUES
(0, 0, '分类名称', 0, '3', 'flei', 1, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, '', 'userfiles/image/20110114/14215049da853b3b2d2896.gif#100#50', '公名', 'dianhua, 'zhuanzhen, '地zhi', 'rexian', '介绍', 'guan网', '邮件')
这个sql语句在phpmyadmin里面执行是正常的,但是为什么在入库模块里面无法执行呢? |
|