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 : Field not allowed in MS Access Apend Query insert 10046Search Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Field not allowed in MS Access Apend Query insert 10046 
 Author   Message 
  Pamela 
  
 Group: Members 
 Posts: 11 
 Joined: 2007-06-20 
 Profile
 Posted : 2007-06-21 04:15:28

I'm new at this and so just testing a very simple access Append query to add an account.  I have the tables linked from QBES , copied the structure of the table to another table, tblAcct, input one record into that table and am trying to append that record to QBES.  The query looks like this :

 INSERT INTO Account ( ListID, Name, IsActive, FullName, AccountType, AccountNumber )
SELECT tblAcct.ListID, tblAcct.Name, tblAcct.IsActive, tblAcct.FullName, tblAcct.AccountType, tblAcct.AccountNumber
FROM tblAcct;

I get the error ODBC - Insert on a linked table 'Account' failed. 

[ODBC]Field not allowed in insert. (#10046).

Is there a book or other resources that goes over any of this that you recommend?

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-06-21 04:29:27

ListID is created by QuickBooks and FullName cannot be inserted.

See: Where are the schema rules for using QODBC? How do I use sp_columns? for more.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to