<cfquery name="add" datasource="ltw">
insert into sdlm250
(do_no, fin_no,STYLE,GRBWLBS,GRBLLBS,STRLPRT,STRWPRT,GRBLELG,GRBWELG,BBLBS,count,date_test)
VALUES
('#DO_NO#', '#fin_no#','#STYLE#',#GRBWLBS#,#GRBLLBS#,#STRLPRT#,#STRWPRT#,#GRBLELG#,
#GRBWELG#,#BBLBS#,#count#,#createodbcdate(date_test)#)
</cfquery>
i am getting this error message
ODBC Error Code = 37000 (Syntax error or access violation)
[MERANT][ODBC dBase driver]Missing left parenthesis
because of the word "count" how can i resolve the problem, count is field with numeric value. can someone please help me with is error and how to solve it.
Thank you
insert into sdlm250
(do_no, fin_no,STYLE,GRBWLBS,GRBLLBS,STRLPRT,STRWPRT,GRBLELG,GRBWELG,BBLBS,count,date_test)
VALUES
('#DO_NO#', '#fin_no#','#STYLE#',#GRBWLBS#,#GRBLLBS#,#STRLPRT#,#STRWPRT#,#GRBLELG#,
#GRBWELG#,#BBLBS#,#count#,#createodbcdate(date_test)#)
</cfquery>
i am getting this error message
ODBC Error Code = 37000 (Syntax error or access violation)
[MERANT][ODBC dBase driver]Missing left parenthesis
because of the word "count" how can i resolve the problem, count is field with numeric value. can someone please help me with is error and how to solve it.
Thank you