Knowledgebase: Syntax
[QODBC-Desktop] Troubleshooting - ODBC driver doesn't support this statement. Updating existing record
Posted by Jack - QODBC Support on 30 March 2016 10:35 AM
|
|
Troubleshooting - ODBC driver doesn't support this statement. Updating existing recordProblem Description:I'm trying to programmatically make Inventory Items In-Active after a sale or Active after voiding a sale. Solution:As QODBC doesn't support the Table name being used in the SET columns. So you need to remove table name before column name in SET condition. For example: | |
|
Comments (0)