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 does return all BillItemLine records in RecordsetSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC v8 Forum

 New Topic 
 
 Post Reply 
[1]  
 QODBC does return all BillItemLine records in Recordset 
 Author   Message 
  Clifford 
  
 Group: Members 
 Posts: 24 
 Joined: 2006-04-04 
 Profile
 Posted : 2008-09-18 01:10:36

Dear Support,

 

 

 

We are using QODBC Driver 8.0.0.242 and QuickBooks Enterprise Edition 2008. When we query SELECT * FROM BillItemLine against Sample Company Database of QuickBooks in VBDemo then it shows all records. However in my Application it does not return all records in Recordset.

 

 

 

We found follow message in QODBC SDK message log file.

 

 

 

20080917.203157       I           1708    QBSDKProcessRequest          Application named 'FLEXquarters QODBC' starting requests (process 3164).

 

 

20080917.203158       I           1708    SpecVersion     Current version of qbXML in use: 7.0

 

 

20080917.203158       I           1708    QBSDKMsgSetHandler           QUERY: Bill

 

 

20080917.203158       I           1708    BillStorage::DoQuery    Returning no more than 00000500 objects

 

 

20080917.203158       E          1708    BillStorage::BuildItemLineRet    This feature is not enabled or not available in this version of QuickBooks. HRESULT=0x80040527

 

 

20080917.203158       I           1708    QBSDKMsgSetHandler           Request 1 completed successfully.

 

 

20080917.203158       I           1708    MsgSetHandler            Finished.

 

 

20080917.203158       I           1708    QBSDKProcessRequest          Application named 'FLEXquarters QODBC' finishing requests (process 3164), ret = 0..

 

 

 

Any idea why QODBC does not return all records in Recordset?

 

 

 

Thanks and Regards,

Clifford

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-09-18 07:54:58

Sounds like the QODBC optimized table your application is using isn't working correctly. Try:

SELECT * FROM BillItemLine Unoptimized

within you application.

See also: How do I setup the QODBC Optimizer? Where are the Optimizer options? 

 

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to