Jose Isaias Cabrera, on Friday, November 8, 2019 03:32 PM, wrote... > > Jens Alfke, on Friday, November 8, 2019 03:25 PM, wrote... > > > > On Nov 8, 2019, at 12:21 PM, Jose Isaias Cabrera, on > > > > > > Yeah, that is what I am doing now. I was trying to save time > [clip] > > SharePoint might support WebDAV, and most OSs support (or used to support) > > mounting > > WebDAV as a filesystem. In that case you could point SQLite at the database > > in > > WebDAV mount. At that point it depends on whether the filesystem handles > > file reads > > by issuing HTTP byte-range requests, or if it just downloads the entire > > file to a > > local cache file first. In the former case it'd be faster than downloading, > > in the > > latter case not. > > Hmmmm, this is a good lead. Thanks.
In case somebody every wants to do this, here is a nice site to look at [1]: I got it to work on windows 10, which I didn't think was going to work, using, NET USE * https://some.site.com/fs/more/folders/etc/ Which connected to the highest available drive (z:\), and then I just open the file: z:\some.db.sqlite3 and BAAAAAAMMMM! It works. Thanks again. josé [1] https://fuguhub.com/tutorials/mapping_windows_drive.lsp _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users