Re: [basex-talk] BaseX File Module : access network folder on windows server

2018-01-22 Thread Imsieke, Gerrit, le-tex
It works with a file: URI with five forward slashes, like file:list('file:/SERVERNAME_or_IP/Freigabename/') The results, if folders, may contain backslashes though. On 22/01/2018 19:05, Christian Grün wrote: Hi Dieter, I haven’t tried Window networking by myself, but AFAIK access on

Re: [basex-talk] BaseX File Module : access network folder on windows server

2018-01-22 Thread Christian Grün
Hi Dieter, I haven’t tried Window networking by myself, but AFAIK access on server is not possible via the File Module. It is based on Java’s default file access, and an additional library (such as [1]) would need to be embedded. JCIFS uses the CIFS/SMB networking protocol to access network

Re: [basex-talk] BaseX 9.0 sql:prepare not working

2018-01-22 Thread Christian Grün
Thanks for the report. It ought to be working again. With BaseX 9.0, the integer handles will be replaced with URIs, and something went wrong in the URI generation step of prepared statements. On Mon, Jan 22, 2018 at 3:41 PM, Jan Dölle wrote: > Hi, > > the function

[basex-talk] BaseX 9.0 sql:prepare not working

2018-01-22 Thread Jan Dölle
Hi, the function sql:prepare it not longer working Best Regards Jan (   sql:init("org.sqlite.JDBC"),   let $conn := sql:connect("jdbc:sqlite:database.db")   let $prep := sql:prepare($conn, "select 'Nothing'")   let $result := sql:execute-prepared($prep)   return ( $result,

[basex-talk] BaseX File Module : access network folder on windows server

2018-01-22 Thread Dieter Zanzinger
I am working with den BaseX-File-Module for a while and can access a local folder, for example: file:list('C:/'). Now I want the same in a Windows network. If I create a folder on the Desktop of the local machine = localhost and give it a "Freigabe" with "Freigabename" netzlaufwerktestF, it