Hi
Please can get a pointer on the following error message
when executing this SQL Query on Pervasive SQL 2000I
INSERT INTO "tblPCW"
(PCW,PCW DESCRIPTION,PCW Cat)
VALUES (0,BANK,' ',10,FX TRADING,20,LOCAL MM,30,CASH,)
________________________________________________________
The error message received is as follows :
//ODBC Error: SQLSTATE = 37000, Native error code = 0
Syntax Error: INSERT INTO tblPCW
(PCW,PCW DESCRIPTION<< ??? >>,PCW Cat)
VALUES (0,BANK,' ',10,FX TRADING,20,LOCAL MM,30,CASH,)
Some error(s) encountered while executing SQL statement(script).//
I am not sure if this is CONVERSION error ,Doubt it since i am not trying to convert anything
The Data Types for these Columns are
numeric , longvarchar & longvarchar
Default Size for the 2 longvarchar data types
The numeric data type column has a Prec(Precision) of 15 &Scale of 8
Am i perhaps missing something ??
Thanks in Advance !
Please can get a pointer on the following error message
when executing this SQL Query on Pervasive SQL 2000I
INSERT INTO "tblPCW"
(PCW,PCW DESCRIPTION,PCW Cat)
VALUES (0,BANK,' ',10,FX TRADING,20,LOCAL MM,30,CASH,)
________________________________________________________
The error message received is as follows :
//ODBC Error: SQLSTATE = 37000, Native error code = 0
Syntax Error: INSERT INTO tblPCW
(PCW,PCW DESCRIPTION<< ??? >>,PCW Cat)
VALUES (0,BANK,' ',10,FX TRADING,20,LOCAL MM,30,CASH,)
Some error(s) encountered while executing SQL statement(script).//
I am not sure if this is CONVERSION error ,Doubt it since i am not trying to convert anything
The Data Types for these Columns are
numeric , longvarchar & longvarchar
Default Size for the 2 longvarchar data types
The numeric data type column has a Prec(Precision) of 15 &Scale of 8
Am i perhaps missing something ??
Thanks in Advance !