ok... i'm using CF5.0, Win2K, DB2/400 over ODBC with Client Access V5R1.
i keep getting this message:
ODBC Error Code = 37000 (Syntax error or access violation)
[IBM][Client Access Express ODBC Driver (32-bit)][DB2/400 SQL]SQL0010 - String constant beginning '/simplic' not delimited.
I haven't been able to pinpoint what is causing the error. If I change the single quotes to double quotes for the delimiter then I get this message:
ODBC Error Code = S1000 (General error)
[IBM][Client Access Express ODBC Driver (32-bit)][DB2/400 SQL]SQL0107 - "/simplicity/products/product_quantity_validate.cfm" too long. Maximum 30 characters.
WHAT IS THAT ALL ABOUT??? The field that I'm updating is 200 length alpha.
I have tested the SQL outside of Coldfusion using SQLThing with the exact same ODBC datasource.
I have used this same code with MySQL and with MSAccess without problems, and I thought I had it working fine here. It just started giving these errors and I can't figure out the cause.
i keep getting this message:
ODBC Error Code = 37000 (Syntax error or access violation)
[IBM][Client Access Express ODBC Driver (32-bit)][DB2/400 SQL]SQL0010 - String constant beginning '/simplic' not delimited.
I haven't been able to pinpoint what is causing the error. If I change the single quotes to double quotes for the delimiter then I get this message:
ODBC Error Code = S1000 (General error)
[IBM][Client Access Express ODBC Driver (32-bit)][DB2/400 SQL]SQL0107 - "/simplicity/products/product_quantity_validate.cfm" too long. Maximum 30 characters.
WHAT IS THAT ALL ABOUT??? The field that I'm updating is 200 length alpha.
I have tested the SQL outside of Coldfusion using SQLThing with the exact same ODBC datasource.
I have used this same code with MySQL and with MSAccess without problems, and I thought I had it working fine here. It just started giving these errors and I can't figure out the cause.