Knowledgebase
[QODBC Online] How to insert data into the VendorCredit table
Posted by Rajendra Dewani (QODBC Support) on 14 December 2022 02:36 PM
|
|
[QODBC Online] How to insert data into the VendorCredit tableProblem Description:How to insert data into the VendorCredit table Solution:
Open the "QODBC Online Test tool" from the start menu. Click on the "Connect" button. Used the below SQL statement to insert data into the VendorCredit table INSERT INTO "VendorCredit" ("VendorRefListID", "APAccountRefListID", "TxnDate", "RefNumber", "Memo") VALUES ('90000-933272656', 'C0000-933270541', {d'2003-12-15'}, '1', 'Memo Test')
| |
|
Comments (0)