Wrox Programmer Forums
|
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 November 29th, 2005, 03:17 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 126
Thanks: 5
Thanked 0 Times in 0 Posts
Default Speed issues

Hello everyone!
I am having some speed issues with my databases. I was wondering if anyone had any suggestions.
Here is what I am running:
Windows 2000 professional
Office XP
2GB RAM
3.40GHz
Profile = 100MB (Can't get it any smaller)
Running across a Microsoft Network.

Runs slow on opening the database, opening forms, saving forms and code, performance analyzer, and documenter.
By slow, I mean it takes literally 5 minutes to open or save a form at times. It took one hour to run the documenter on a 3MB database. It took about 25 minutes on the performance analyzer.

I keep the code compiled and the database compacted as often as possible.

Any ideas would be greatly appreciated.


Regards,
Laura

The only thing standing between you and your goal is doubt. Quit doubting yourself and you'll be able to accomplish anything!
__________________
Regards,
Laura

The only thing standing between you and your goal is doubt. Quit doubting yourself and you'll be able to accomplish anything!
 
Old November 29th, 2005, 03:24 PM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 564
Thanks: 0
Thanked 4 Times in 4 Posts
Default

Hi Laura,

I have had this problem before as well. It sounds like you are running the database from a server. It may be worth copying it to your local workstation and seeing if that makes a difference. If it does, then the problem isn't the database, it is either the network or the server itself.

Somethings that I have found that have affected mine...

 - User is on a 10 Mb connection vs a 100 Mb connection
 - A process is running on the server that slows it down (Our network guys are nice enough to run a full virus scan once a month that kills us for 2 or 3 days)
 - Spyware or other malicious programs.

You have probably already tried this as well, but running a compact and repair on the Database can make a huge difference as well (Tools -> Database Utilities -> Compact and Repair)

Hope that helps a little,

Mike


Mike
EchoVue.com
 
Old November 30th, 2005, 09:21 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

If you are running the database from the server, you will need to split it. Keep the back end (just tables) on the server, and then copy the front end (queries, forms, reports, macros, modules) to your desktop and run it from there.

Do NOT copy a shortcut to the front end and keep the front end on the server! This is a mistake many users make.

To be clear:

Server = Database Back End File (.mdb)

Workstation = Database Front End File (.mdb - not shortcut)

   All workstations that use this set up will need to have the same drive mappings as the machine you split the database on.

   Do you need help on splitting the database?

HTH



mmcdonal





Similar Threads
Thread Thread Starter Forum Replies Last Post
connection string issues, web.config file issues kaliaparijat ASP.NET 2.0 Professional 1 June 12th, 2008 08:07 AM
Speed Transformation pallone XSLT 1 February 29th, 2008 03:56 PM
speed umeshtheone VB Databases Basics 2 May 21st, 2007 04:12 PM
regular expressions vs split (speed issues) TheBFJ Excel VBA 1 March 8th, 2007 06:46 AM
Speed kilika SQL Server 2000 10 July 1st, 2003 06:27 PM





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