Re: [sqlite] Reading a SharePoint file

2019-11-08 Thread Jose Isaias Cabrera
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

Re: [sqlite] Reading a SharePoint file

2019-11-08 Thread Jose Isaias Cabrera
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

Re: [sqlite] Reading a SharePoint file

2019-11-08 Thread Jens Alfke
> On Nov 8, 2019, at 12:21 PM, Jose Isaias Cabrera wrote: > > Yeah, that is what I am doing now. I was trying to save time to just be able > to read a few tables and see if I needed to update it, so then, download it > and upload it. But now, I have to download it, and read it, and delete

Re: [sqlite] Reading a SharePoint file

2019-11-08 Thread Jose Isaias Cabrera
Jens Alfke, on Friday, November 8, 2019 03:16 PM, wrote... > > > On Nov 8, 2019, at 11:57 AM, Jose Isaias Cabrera, on > > > > Is there any way that SQLite can read a file on a Sharepoint site? > > Download the file over HTTP and then open the local file with SQLite, is the > obvious answer.

Re: [sqlite] Reading a SharePoint file

2019-11-08 Thread Jose Isaias Cabrera
Simon Slavin, on Friday, November 8, 2019 03:15 PM, wrote... > > On 8 Nov 2019, at 7:57pm, Jose Isaias Cabrera, on > > > Is there any way that SQLite can read a file on a Sharepoint site? > > Not without downloading it to a local drive first. Thanks, Simon.

Re: [sqlite] Reading a SharePoint file

2019-11-08 Thread Jens Alfke
> On Nov 8, 2019, at 11:57 AM, Jose Isaias Cabrera wrote: > > Is there any way that SQLite can read a file on a Sharepoint site? ie >

Re: [sqlite] Reading a SharePoint file

2019-11-08 Thread Simon Slavin
On 8 Nov 2019, at 7:57pm, Jose Isaias Cabrera wrote: > Is there any way that SQLite can read a file on a Sharepoint site? Not without downloading it to a local drive first. You could write a Virtual File System for SQLite which handled files on a Sharepoint site. But it would be difficult