sqlite smb access nas

  1. W

    Android Question How to open SQLite DB on SMB2 share?

    Dear all, I've a SQLite database located on a NAS in a SMB2 share. Using jcifs-ng I can see the data base and list with its attributes (e.g. size, date). Now I try to open this data base (in Starter.bas) but I receive an exception. Here is the code snippet: Private SQL1 As SQL...
Top