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 : Performance problem with QODBC Version 8Search Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC Installation Support Forum

 New Topic 
 
 Post Reply 
[1]  
 Performance problem with QODBC Version 8 
 Author   Message 
  Scott 
  
 Group: Members 
 Posts: 4 
 Joined: 2006-04-21 
 Profile
 Posted : 2007-10-12 13:46:29
 I use QODBC with MS Access and some Make-Table queries.  Essentially I make a copy of the QODBC table.  But this new version is very very slow.  For example the BillExpenseLine table is 21,000 rows.  It used to take a couple minutes to create.  Now it takes forever, like an 30 minutes or more.

Here is the SQL code access uses:
SELECT BillExpenseLine.*, Now() AS ExportDate INTO BillExpenseLine IN 'Q:\Data\QB_Raw_Data.mdb'
FROM BillExpenseLine;

I have optimizer on in the ODBC connection

--Scott 

 
--Scott 
 
  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-10-12 22:23:59

It's not slower (in fact it's a lot faster as there are more available indexes). When you installed v8 all the optimizer settings were set back to the slower defaults. Have you checked your settings?

See: How do I setup the QODBC Optimizer? Where are the Optimizer options? for more and maybe: Can I use DoCmd.TransferDatabase command in MS Access? 

 

  Top 
  Scott 
  
 Group: Members 
 Posts: 4 
 Joined: 2006-04-21 
 Profile
 Posted : 2007-10-12 22:56:05
I changed the optimizer setting from "The start of every query" to "The start of every new connection with Load Update".  I also freed up some space on my C: drive, I had 1.1GB free, now I have about 3GB.  Now it works pretty good.  It does the BillExpenseLine table in about 10-15 seconds.
 

 
--Scott 
 
  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to