Re: [basex-talk] BaseX and MySQL

2014-11-20 Thread Fabrice Etanchaud
Dear all, You might have to add the following call before sql :connect() : sql:init(com.mysql.jdbc.Driver) I found it mandatory in xqm modules run inside Tomcat, for example. If you start playing with the SQL module, You will realize that BaseX rocks also on SQL repositories ! With

[basex-talk] small issue with map:put()

2014-11-20 Thread Rob Stapper
Hi, See attached snippet. I get the error-message: no context value bound, on this one. What's going wrong here? Rob --- Dit e-mailbericht bevat geen virussen en malware omdat avast! Antivirus-bescherming actief is. http://www.avast.com demo_map_put_issue.xq Description: Binary

Re: [basex-talk] small issue with map:put()

2014-11-20 Thread Dirk Kirsten
Hello Rob, I have to admit this error message is not really helpful at all, but you are missing the arity. It should be let $d := $c( $b, map:put#3) i.e. you always have to give the artiy of the function if you want to get the function item. Cheers, Dirk On 11/20/2014 11:00 AM, Rob

Re: [basex-talk] small issue with map:put()

2014-11-20 Thread Rob Stapper
Hi Dirk, Of course. Probably a moment of mental alienition. Thnx, Rob -Oorspronkelijk bericht- Van: Dirk Kirsten [mailto:d...@basex.org] Verzonden: donderdag 20 november 2014 11:14 Aan: Rob Stapper CC: BaseX Onderwerp: Re: [basex-talk] small issue with map:put() Hello Rob, I have to

Re: [basex-talk] BaseX and MySQL

2014-11-20 Thread Hans-Juergen Rennau
Vincent, cordial thanks for your concise instructions, you helped me a lot, it works and I am glad. And also thanks to Fabrice. Cheers, Hans Fabrice Etanchaud fetanch...@questel.com schrieb am 9:35 Donnerstag, 20.November 2014: #yiv2295957486 -- filtered

Re: [basex-talk] Distributed processing on roadmap ?

2014-11-20 Thread Mansi Sheth
Sorry about the delay. I was busy preparing a presentation for my company as baseX being a our analytics solution. It was very well received. All thanks to you and everyone on this user list :) Based on my use cases, I believe (again I am no expert in this domain), map/reduce approach would work