I am getting the following error while connecting to a MS SQL Server 7 using
ODBC connecting thru a PERL application. The sql statement works perfectly
in Query Analyzer. Income_id is a int identity column, net_income is money
and the rest of the columns are integers. Any thoughts on how I can correct
this problem?
170: [Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax
near '='.:
update form10_netincom e set film_no = 2532290, net_income = 200012,
inc_year = 2000 where income_id = 67;
Thanks, Tim
ODBC connecting thru a PERL application. The sql statement works perfectly
in Query Analyzer. Income_id is a int identity column, net_income is money
and the rest of the columns are integers. Any thoughts on how I can correct
this problem?
170: [Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax
near '='.:
update form10_netincom e set film_no = 2532290, net_income = 200012,
inc_year = 2000 where income_id = 67;
Thanks, Tim
Comment