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 : Error 10047Search Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC Frequently Asked Questions

 New Topic 
 
 Post Reply 
[1]  
 Error 10047 
 Author   Message 
  Chip 
  
 Group: Members 
 Posts: 1 
 Joined: 2006-09-23 
 Profile
 Posted : 2006-09-23 08:58:37

This Access error I'm getting says:

ODBC- update on linked table 'Customer' failed.

[Qobdc] Field not allowed in update.

I'm trying to update data in the customer table (using Access) , including the "Full Name" and "Print As" fields. I can see the data when I query. I've not tried any other updates. Any advice? Thanks!

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-09-23 11:10:28
Not all fields in a table are updatable. QuickBooks maintains a number of system fields including ListID, TxnID, TimeCreated, TimeModified, EditSequence and TxnNumber that can't be updated in Access . Remove these read-only type columns from your Access datasheet view or form and then your edits will work. 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

Use columns that are updatable in a MS Access Datasheet or Form.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to