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 : Help on QuerySearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Help on Query 
 Author   Message 
  Pete 
  
 Group: Members 
 Posts: 17 
 Joined: 2007-01-06 
 Profile
 Posted : 2007-12-07 07:24:56

I uase QODBC to generate a file from Quickbooks of all unpaid Invoices each month for a driect debit collection.  It has worked fin untill i tried to tun the application today.  The application returned no records dispite the fact there are some 484 unpaid invoices when i generate a report from inside QB.  If i run a SQl Query in Enterprise Manager ..

Selct * from OPENQUERY(QODBC, 'Select * from  Invoice) i would expect to see a mixture of pais and unpaid invoices. however every single invoice in the system ( somm 300 ) all have the IsPaid field as a nuil.  I am totally baffled as to howQuickbooks knows which invoices have not been paid.  What query do i need to return me the unpaid invoices list

 

ta

 

 
i really do need help, this computer stuff is like double dutch  
 
  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-12-07 07:45:26

Try doing:

Select * from OPENQUERY(QODBC, 'Select * from  Invoice calldirect where IsPaid=0')

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

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to