Morff
User
 Senior Boarder
| Posts: 22 |   | Karma: 0 |
|
Re:ADTable.InsertRecord problem
|
|
Posted: 2007/06/25 16:20 |
|
|
|
|
Helo
Diman wrote:
Hello 1) What do you really use - InsertRecord([src_qry.fields[0],src_qry.fields[1], ...]) or InsertRecord([src_qry.fields[0].Value,src_qry.fields[1].Value, ...]) ?
I try both way .. i've got an error with both.
2) Could you provide me the SQL command text, which gives error ?
INSERT INTO PLATNOSCI_KLIENTA (IDENTITY, NAME, PAY_DATE, DUE_DATE, PAID_AMOUNT, CURRENCY, LEDGER_ITEM_SERIES_ID, LEDGER_ITEM_ID, FULLY_PAID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
.. by the way .. with TADOQuery it works.
Regards Morff
|
|