I'm using the QODBC Server 9.0 Driver and trying to perform the following query.
I have looked at it to long and need some else to look please help.
Everytime I try some version of this I get this error - Invalid operand for
operator: <assignment>
INSERT INTO SalesOrderLine
(CustomerRefFullName,TxnDate,BillAddressAddr1,BillAddressAddr2,BillAddressCity,B\
illAddressState,BillAddressPostalCode,PONumber,SalesOrderLineItemRefFullName,Sal\
esOrderLineQuantity,SalesOrderLineRate,FQSaveToCache) VALUES ('BED, BATH AND
BEYOND','2009-05-31','650 LIBERTY AVE','ANNEX
BLDG','UNION','NJ','07083','VM24860','38-512','6','4.22',1)
Thank you for any help,
Cory