Using your MS Access driver, will I be able to directly access a .MDB file on a Linux server?
|
Of course. It ownes a pure Java database engine for MS Access (MDB, MDE, ACCDB, ...) 95, 97, ..., to 2010.
|
So, the MS Access .MDB file can be physically located on the Linux server? Or would we be accessing it indirectly from a Windows OS server using Samba?
|
>So, the MS Access .MDB file can be physically located on the Linux server?
Supports of course. For instance, jdbc:access:////home/apath/atest.mdb
BTW, SAMBA, http, https, ftp, sftp protocol is supported too:)
|