I want to connect an access dabase from a central server using vb.net 2005.Can you help me? please.
+1
A:
Apart from the fact that Access really shouldn't be used as a shared DB, you should be able to use direct file access. UNC paths should be enough:
\\ServerName\path to .mdb
Oded
2009-07-06 08:24:58