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 : What is the FQPrimaryKey? How do I find the Unique Identifier of a Table?Search Forum

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

 New Topic 
 
 Post Reply 
[1]  
 What is the FQPrimaryKey? How do I find the Unique Identifier of a Table? 
 Author   Message 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-03-20 10:55:24
Can you please provide a description of the purpose of the FQPrimaryKey field, what is it used for and what can be acheived with it? 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-03-20 11:22:00

When working with databases, each row within any table requires a Unique Identifier that's UNIQUE to indenify the ROW. In QODBC, that Unique Identifier is ListID for List and Transaction Header type tables and TxnLineID for Line Transaction Type Tables.

The FQPrimaryKey is used by QODBC internally to indentify each transaction line with it's transaction header row and is made up of the TxnID and TxnLineID strings combined with a "|" for each line in a Invoice, Sales Order, Bill line etc. like this:-

While you can find by FQPrimaryKey like this:-

you normally use TxnLineID when working with QODBC like this:-

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to