If i use ado and msacce mdb in c:\ all work fat but if i use the same code to read and write on md in \\myserver\mydi r... all opertion are very very slow!!!!!
PLease "10 gold rules" to speed up operation on network !
Tks.
Last edited by sal21; Jan 31 '09, 06:47 PM.
Reason: speed up read and write on access table with ado
Using a Mapped drive should increase performance, as with any network resource the network access credentials does matter and when you use a mapped drive, the access credentials are already established.
Comment