Hi,
I'm trying to figure out a way to edit a mdb file over microsoft network.
Jackcess and SMB libraries are used.
To copy the mdb file to local directory for editing and copying back the microsoft network is probably not a good idea since concurrently there are other users utilising the mdb.
The code is as below
Dim Access As JackcessDatabase
Access.Open(networkPathfromSMB & "/Northwind.mdb")
But I've problem to furnish the code as above...
Could anyone enlighten me pls?
Thanks.
I'm trying to figure out a way to edit a mdb file over microsoft network.
Jackcess and SMB libraries are used.
To copy the mdb file to local directory for editing and copying back the microsoft network is probably not a good idea since concurrently there are other users utilising the mdb.
The code is as below
Dim Access As JackcessDatabase
Access.Open(networkPathfromSMB & "/Northwind.mdb")
But I've problem to furnish the code as above...
Could anyone enlighten me pls?
Thanks.