pamtru
Programmer
- Jul 7, 2007
- 12
Hi i have a problem when running this query in shared mode or set exclu off.
update table set field=5
It is very slow in a network or mapped drive. The crazy thing is that if the mapped drive is pointing to a directory in the local computer it is very slow too. Example
use c:\table shared
update table set field=5
this go allright but now let suppose that i shared the folder where my database is and my ip is 192.168.1.1 (opening from the same computer where the database are)
use \\192.168.1.1\table shared
update table set field=5
it is very slow any idea????. This occurs in vfp6 and 9 either.
Thanks
Pamela
update table set field=5
It is very slow in a network or mapped drive. The crazy thing is that if the mapped drive is pointing to a directory in the local computer it is very slow too. Example
use c:\table shared
update table set field=5
this go allright but now let suppose that i shared the folder where my database is and my ip is 192.168.1.1 (opening from the same computer where the database are)
use \\192.168.1.1\table shared
update table set field=5
it is very slow any idea????. This occurs in vfp6 and 9 either.
Thanks
Pamela