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 : Blank Amount DueSearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Blank Amount Due 
 Author   Message 
  PH 
  
 Group: Members 
 Posts: 41 
 Joined: 2007-02-02 
 Profile
 Posted : 2008-11-07 05:46:35

This statement in VBDemo32 gives the AmountDue column as blank:

SELECT * from bill where vendorreffullname like 'L%' and ispaid = false

Whereas this statement shows the amount correctly:

SELECT vendorreffullname, amountdue from bill where vendorreffullname like 'L%' and ispaid = false

And this statement always reports a blank amount due, even if the bill table optimizer is up to date:

SELECT vendorreffullname, amountdue NOSYNC from bill where vendorreffullname like 'L%' and ispaid = false

Please help me understand what is going on here.  When does the processor report a blank field in the query result?

Thanks.

 

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-11-07 08:14:32

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

The setting you need to configure is: For balances and stock quantities: the option "Nulls" - will return NULLs for all fields that cannot be kept in sync, "Dirty Reads" - means return the most current value that was loaded into the optimizer cache, and "Real Time" uses the slower method to get the data directly out of QuickBooks making sure you get the most current value for the requested fields. (Real Time is the previous method used in QODBC v6). 

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to