From: Loren C. <lor...@gm...> - 2021-10-20 13:54:20
|
It should install from the package manager. I think that the SQL module will need to implement Class.forName(jdbcDriver.getStringValue()).newInstance(); To be able to load the driver. I have that in my own package that does JDBC calls for other reasons and it loads the JDBC driver. > On Oct 7, 2021, at 2:11 PM, Roy Walter <gar...@ya...> wrote: > > Hi Loren, > > Should this install from the package manager (eXist 5.2)? The only way I can make it work is a manual install per your post here: > https://stackoverflow.com/questions/65483026/exist-db-installing-mysql-connector <https://stackoverflow.com/questions/65483026/exist-db-installing-mysql-connectorhttps://stackoverflow.com/questions/65483026/exist-db-installing-mysql-connector> > > Thanks and regards, > Roy > > On Tuesday, 5 October 2021, 19:42:36 BST, Loren Cahlander <lor...@gm...> wrote: > > > Hello Roy, > > Please check out https://github.com/eXist-db/exist-mysql-jdbc-driver <https://github.com/eXist-db/exist-mysql-jdbc-driver> > > Loren > >> On Oct 5, 2021, at 5:37 AM, Roy Walter via Exist-open <exi...@li... <mailto:exi...@li...>> wrote: >> >> Hi, >> >> Could someone point me to a reference for implementing this in 5.x please. >> >> Also, do I need to download the .jar file or is it installed with eXist (as some online sources suggest)? >> >> Thanks in advance, >> Roy >> _______________________________________________ >> Exist-open mailing list >> Exi...@li... <mailto:Exi...@li...> >> https://lists.sourceforge.net/lists/listinfo/exist-open > |