On Thu, 2016-03-03 at 14:25 +0000, Bhander, Gurbakhash S. wrote:
Hi Liam,
Yes, C# supports JDBC and I am trying to connect it to the basex database using following codes. But it doesn't work. I guess, my database name is not correct.
I can't help you with C#, but my suggestion was to use the BaseX SQL module, which will do the JDBC stuff for you, and then to do the migration entirely in XQuery.
Check the database name very carefully for typos - e.g. you have "basexbatabase" and maybe want "basexdatabase"...
Liam