Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : Recieve payment insert errorSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC v6 Forum

 New Topic 
 
 Post Reply 
[1]  
 Recieve payment insert error 
 Author   Message 
  Rustom 
  
 Group: Members 
 Posts: 8 
 Joined: 2008-07-04 
 Profile
 Posted : 2008-07-24 04:28:18

INSERT INTO ReceivePaymentLine (CustomerRefListID, DepositToAccountRefListID, TotalAmount,AppliedToTxnTxnID, AppliedToTxnPaymentAmount, TxnDate, Memo) Values ('8000007E-1216835869', '80000028-1216404324', 2467.7, 'F4E-1216835892', 2467.705,{d'2008-06-15'}, 'None')

it works fine for ReceivePaymentLine but after below query does not work

INSERT INTO ReceivePayment (CustomerRefListID,ARAccountRefListID, DepositToAccountRefListID,TxnDate, RefNumber) Values ('8000007E-1216835869','8000001F-1215038245', '80000028-1216404324', {d'2008-06-15'}, '1153816')

 

giving error parsing complete XML return string

please help me

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-07-24 09:22:06
You cannot INSERT into any transaction table headers without first having cached transaction table lines using FQSaveToCache. See: How can I create multiple lines in the Invoice, Purchase, Journal and other tables? for the full explaination. 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to