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 : Empty Estimate TablesSearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Empty Estimate Tables 
 Author   Message 
  Duncan 
  
 Group: Members 
 Posts: 8 
 Joined: 2009-01-12 
 Profile
 Posted : 2009-01-13 21:22:23

I am running Quickbooks SimpleStart 2008 & QODBC Read/Write V9 under XP.

When I create an estimate either directly in Quickbooks or via QODBC it appears correctly in Quickbooks when I list estimates. However, when I subsequently inspect the Estimate and/or EstimateLine tables using QODBC they appear to be empty!

Does anyone know why is this, maybe the data is stored elsewhere?

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2009-01-14 23:04:18

Just force a rebuild of your optimized tables:

Select * from Estimate verify

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

 

  Top 
  Duncan 
  
 Group: Members 
 Posts: 8 
 Joined: 2009-01-12 
 Profile
 Posted : 2009-01-22 21:09:54

Hi Tom thanks for your reply. I have tried using Verify and setting the optimizer as per recommended settings but when I do a SELECT * From Estimate or EstimateLine using the VB application it still returns a empty record sets.

Iam using Quickbooks SimpleStart 2008, QODBC V9 & XP. There is only 1 estimate created from within Quckbooks.

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2009-01-23 10:15:47

Try:

Select * from Estimate unoptimized

 

  Top 
  Duncan 
  
 Group: Members 
 Posts: 8 
 Joined: 2009-01-12 
 Profile
 Posted : 2009-01-31 02:52:49

Hi Tom

Thanks for your help. I think I have solved it by doing a software update! I can now see data in both the Estimate & EstimatLine tables using the VB application.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to