Warning: mssql_query() [function.mssql-query]: message: There are more columns in the INSERT statement than values
specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in
the INSERT statement. (severity 15) in D:\testexcle\PHPExcel\ExtendProjectSQL.php on line 86
Warning: mssql_query() [function.mssql-query]: Query failed in D:\testexcle\PHPExcel\ExtendProjectSQL.php on line 86
INSERT INTO pis_discount (cust_code,Project_Name,business_type,pj_nr,cash,periodDate_from,periodDate_to,Align)
VALUES ('5305689','อาคารพาณิชย์&ทาวน์โฮม','AG' ,'PJ','CH','' ,'')
Row A 1 Inserted...
Warning: mssql_query() [function.mssql-query]: message: Error converting data type varchar to numeric. (severity 16) in
D:\testexcle\PHPExcel\ExtendProjectSQL.php on line 97
Warning: mssql_query() [function.mssql-query]: Query failed in D:\testexcle\PHPExcel\ExtendProjectSQL.php on line 97
INSERT INTO pis_discountMat (material_code,off_invoice,rebate,rebate_2,rebate_3,total,Quota) VALUES ('81100010','350',''
,'625','','975' ,'300')
Row B 1 Inserted...