speed up read and write on access table with ado

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sal21
    New Member
    • Jun 2006
    • 27

    speed up read and write on access table with ado

    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
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    that depends on your network (type of network and speed)

    Comment

    • shrimant
      New Member
      • Sep 2007
      • 48

      #3
      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

      Working...