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 : qodbc table documentation duplicate fieldsSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC Bug Reports

 New Topic 
 
 Post Reply 
[1]  
 qodbc table documentation duplicate fields 
 Author   Message 
  jeff 
  
 Group: Members 
 Posts: 76 
 Joined: 2006-06-03 
 Profile
 Posted : 2006-09-28 02:43:47
Just for your information the PurchaseOrderLine Table documentation lists the same fields twice.   

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-09-28 09:33:34

Yes, you are correct, the online documentation at:

http://www.qodbc.com/docs/html/qodbc/20/tables/table_detail_us.asp?details_id=63&tn_us=TRUE

for the PurchaseOrderLine Table detail, lists these fields twice:

PurchaseOrderLineDesc
PurchaseOrderLineQuantity
PurchaseOrderLineRate
PurchaseOrderLineClassRefListID
PurchaseOrderLineClassRefFullName
PurchaseOrderLineAmount
PurchaseOrderLineCustomerRefListID
PurchaseOrderLineCustomerRefFullName
PurchaseOrderLineServiceDate
PurchaseOrderLineReceivedQuantity
PurchaseOrderLineIsManuallyClosed
PurchaseOrderLineIsFullyReceived
PurchaseOrderLineOverrideItemAccountRefListID
PurchaseOrderLineOverrideItemAccountRefFullName
PurchaseOrderLineOther1
PurchaseOrderLineOther2
PurchaseOrderLineTxnLineID
PurchaseOrderLineItemRefListID
PurchaseOrderLineItemRefFullName

Everyone should consider the online documentation as being indicative only.

You should always 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


 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to