I have this SQL, which works well. select model_no from bclabel where barcode = '%s'
After I changed it to
select inv_item_id from Wmds Chassis Serialno where chassis_serial = '%s'
I got this error message: Conn Execute.vi->Pollchassis.vi<ERR>Exception occured in Microsoft OLE DB Provider for Oracle, ORA-00933: SQL command not properly ended
. in Conn Execute.vi->Pollchassis.vi
All I did is just changing the table and column? Please help. Thanks a lot.