Android Question Edit mdb file over microsoft network

kongc

Member
Licensed User
Longtime User
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.
 

kongc

Member
Licensed User
Longtime User
Sorry if my question is not clear.
My problem is, it seems there is no way to workout the network path from SMB library?
Appreciate any reply... thks.
 
Upvote 0
Top