[libreoffice-users] Re: JDBC driver for Mac OS

2013-05-13 Thread Alexander Thurgood
Le 13/05/13 13:24, rounak jain a écrit : Hi, > so what must i use? > In the upcoming future 4.1 release of LO, the mariadb driver (which also works with mysql servers) should be included by default. You could try the mysql native C++ driver extension available here : http://code.google.com/a

Re: [libreoffice-users] Re: JDBC driver for Mac OS

2013-05-13 Thread rounak jain
so what must i use? On Mon, May 13, 2013 at 4:44 PM, Alexander Thurgood wrote: > Le 12/05/13 05:39, rounak jain a écrit : > > Hi Rounak, > > > worked. thank you very much. > > > > Bear in mind that performance of LO using the JDBC connector degrades > rapidly (it was never stellar) once you rea

[libreoffice-users] Re: JDBC driver for Mac OS

2013-05-13 Thread Alexander Thurgood
Le 12/05/13 05:39, rounak jain a écrit : Hi Rounak, > worked. thank you very much. > Bear in mind that performance of LO using the JDBC connector degrades rapidly (it was never stellar) once you reach a few thousand records, or if you are using multiple joins and complex queries. Also, the JDB

Re: [libreoffice-users] Re: JDBC driver for Mac OS

2013-05-11 Thread rounak jain
worked. thank you very much. On Sun, May 12, 2013 at 1:43 AM, Dan Lewis wrote: > The method of installing the j connector should be similar to > installing it on any Operating System. from the MySQL website download the > zip file to your desktop: mysql-connector-java-5.1.25.**zip. Double

Re: [libreoffice-users] Re: JDBC driver for Mac OS

2013-05-11 Thread Dan Lewis
The method of installing the j connector should be similar to installing it on any Operating System. from the MySQL website download the zip file to your desktop: mysql-connector-java-5.1.25.zip. Double click it to unzip it producing the "mysql-connector-java-5.1.25" folder. Drag it to the

[libreoffice-users] Re: JDBC driver for Mac OS

2013-05-11 Thread rounak jain
Found j connector instead. http://dev.mysql.com/downloads/connector/j/ How to install it in Mac OS? Quite a few articles advice against setting the Class variable like http://stackoverflow.com/questions/2509138/classpath-on-mac-and-how-does-mac-look-for-mysql-connector-java-bin-jar and the rest of