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 : ODBC--insert on a linked table 'Customer' failed.Search Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC SQL Support Forum

 New Topic 
 
 Post Reply 
[1]  
 ODBC--insert on a linked table 'Customer' failed. 
 Author   Message 
  Abdul Rahim Khan 
  0f9fe_avatarimage.jpg
 Group: Members 
 Posts: 14 
 Joined: 2006-11-20 
 Profile
 Posted : 2006-12-08 21:51:04

When i try to insert values for the customer table i receive this error. Can anybody help me.
"
ODBC--insert on a linked table 'Customer' failed.

[QODBC] Incorrectly built XML from Insert Start. (#10044)."

Thanks for your help.

 

 
Abdul Rahim Khan
Idealcomputing co. Ltd. Edinburgh Scotland, UK. 
 
  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-12-08 23:03:59

The most likely clause is that one your ListID values used is not correct for the company file you are using.  A number of columns within the Customer table are read only, so if you're using a Grid of the linked table, delete the read-only columns.

You can use the SP_COLUMNS tablename stored procedure command in VB Demo to get the EXACT table schema rules for the QuickBooks Company file you have open. The last few columns have Queryable, Updateable, Insertable, Required_On_Insert and the format ie:-

sp_columns TableName

To examine what's happenning within QODBC you can turn on the QODBC Trace log, see: How do I turn on the trace log? 

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to