MarkGibson
Programmer
I have a front-end/back-end database made up of about 10 related tables; I have been working to speed it up, and thought I had it working fine.
I have just found out, however, that when I open a two copies of the database on separate workstations (connected by 100-base ethernet to a Win2000 workstation), that the first database opens in 22 seconds, but the second one opens in 130--140 seconds; about 120 seconds of that time is _before_ it gets to the OnOpen Event of the form. The form has 8 tabs connecting to the main table and 7 others.
I have had this difficulty before, and thought I had resolved it by compacting BE database, and by restarting the Win2000 workstation (I presumed that there was memory fragmentation after a long day of work with many applications running; although I do have 392M RAM). These solutions do not work this time!
I have the same problem whether the first copy is opened on the serving machine or elsewhere, so long as the second copy is on a workstation out on the network; but if the second copy is on the server, it is as fast as usual.... There is no other traffic on the network; it is my development network of 3 PCs only, and I am the only one using them.
Any ideas would be most appreciated!
Mark
I have just found out, however, that when I open a two copies of the database on separate workstations (connected by 100-base ethernet to a Win2000 workstation), that the first database opens in 22 seconds, but the second one opens in 130--140 seconds; about 120 seconds of that time is _before_ it gets to the OnOpen Event of the form. The form has 8 tabs connecting to the main table and 7 others.
I have had this difficulty before, and thought I had resolved it by compacting BE database, and by restarting the Win2000 workstation (I presumed that there was memory fragmentation after a long day of work with many applications running; although I do have 392M RAM). These solutions do not work this time!
I have the same problem whether the first copy is opened on the serving machine or elsewhere, so long as the second copy is on a workstation out on the network; but if the second copy is on the server, it is as fast as usual.... There is no other traffic on the network; it is my development network of 3 PCs only, and I am the only one using them.
Any ideas would be most appreciated!
Mark