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 : Refresh one table onlySearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Refresh one table only 
 Author   Message 
  Pete 
  
 Group: Members 
 Posts: 2 
 Joined: 2007-11-27 
 Profile
 Posted : 2007-11-27 07:07:29

I am using Quickbooks Enterprise Version 8. I need to have updated data, hourly, from the SalesOrderLine table. I don't need any data from other tables. When I connect to the table, multiple tables are automatically refreshed. How can I limit the refresh to this one table?

Thanks

Pete

 

 
Peter Koehl 
 
  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-11-27 08:39:32

The QODBC Optimizer has to read other tables to determine whether rows within the SaleOrderLine need updating. Check that the "Multi-table Sync" option isn't checked.

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

 

  Top 
  Pete 
  
 Group: Members 
 Posts: 2 
 Joined: 2007-11-27 
 Profile
 Posted : 2007-11-27 08:53:31

Thanks,

It still takes 8 minutes to update the table, so I guess it won't work for us.

 

 
Peter Koehl 
 
  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-11-27 09:11:04

It would really help to know what you really want. This example will retrieve all SaleOrderLines that have been modified or created in the last 60 minutes directly from QuickBooks in seconds:

SELECT * FROM SalesOrderLine calldirect where TimeModified >= {fn TIMESTAMPADD(SQL_TSI_MINUTE, -60, {fn NOW()})}

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to