Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 16th, 2006, 12:45 PM
ru1 ru1 is offline
Authorized User
 
Join Date: Feb 2005
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Default Access Spped over a Wide Area Network

Hi Everyone. I have created a monster. Well, sort of. Here is the deal. I have pushed down to everyones desktop an Access database with forms, reports, and queries. They are all linked to an Access database that sits on our home server with just the tables and relationships.

Now, it all works great, but performance is a problem. I have all my tables indexed, so now I don't know how to improve on this performance problem.

Any suggestions would be appreciated.

Thanks,

Ru1



 
Old March 17th, 2006, 11:59 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 217
Thanks: 0
Thanked 1 Time in 1 Post
Default

Chuck,

If you haven't been through the archives you may find some of those answers in this thread: http://p2p.wrox.com/topic.asp?TOPIC_ID=5188

HTH,
Loralee





 
Old March 17th, 2006, 12:50 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,093
Thanks: 1
Thanked 12 Times in 11 Posts
Default

Hi Loralee and all,

Since http://p2p.wrox.com/topic.asp?TOPIC_ID=5188 is getting to be a couple of years old and gets revisited every now and then, I just wanted to do a little house cleaning and update a few things.

First, the question gets asked:

Does ADO bring all of the table data to the client when Queried?

While I answered “Yes” initially, the correct answer would be “Not necessarily.” John Viescas’ post (the last post in the thread) makes the extremely important point that:

Quote:
quote:
You must also design your application to minimize the data fetched to the client machine. It is NOT true that JET on the client always does a full table scan. If you apply a filter on an indexed field, JET first fetches the index blocks and then sends specific requests to the file server for the data pages it needs to satisfy the request. So, it's important to both define appropriate indexes on your tables AND to NEVER request "all the tea in china" by opening a form or report unfiltered.

Second, I understood at the time that it is not possible to bind an ADO recordset to a continuous form. Turns out there is a solution to this problem, which appeared on theis forum recently at:

http://p2p.wrox.com/topic.asp?TOPIC_ID=5029


Hth,

Bob







Similar Threads
Thread Thread Starter Forum Replies Last Post
Access Printer on different Network ayazhoda Windows Server 1 November 18th, 2007 01:34 PM
Access (.mdb) over network using Jet 4 OLE DB sajid_rauf Pro VB Databases 0 May 16th, 2007 07:41 AM
Stuck with DBF file access from Network Drive kaushalparik ASP.NET 2.0 Professional 2 April 26th, 2007 04:36 AM
Can't access file via Map Network Drive peter2004 ASP.NET 2.0 Basics 2 February 27th, 2007 01:59 PM
Accessing Network Share with Access VBA JonniP Access 15 January 5th, 2007 01:57 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.