RE: JDBC for mySQL

2002-01-02 Thread Guido Medina
yes, check the postgreSQL installation inside /var/lib/pgsql or /user/lib/pgsql you will see two jar files, get the one that finishs with *2.jar, is the JDBC Version 2.0 for postgreSQL and read the postgreSQL specification for that. Guido. -Original Message- From: Simon [mailto:[EMAIL

RE: JDBC for mySQL

2002-01-01 Thread Brian Adams
yep! http://jdbc.postgresql.org/ http://sourceforge.net/project/showfiles.php?group_id=15923 both work with tomcat! have fun. B -Original Message- From: Simon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 12:44 PM To: Tomcat Users List Subject: JDBC for mySQL Sorry, this

RE: JDBC for mySQL

2002-01-01 Thread Micael Padraig Og mac Grene
At 01:05 PM 1/1/02 -0600, you wrote: yep! http://jdbc.postgresql.org/ http://sourceforge.net/project/showfiles.php?group_id=15923 both work with tomcat! have fun. B -Original Message- From: Simon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 12:44 PM To: Tomcat Users List

Re: JDBC and MySQL in Linux and MacOSX

2001-07-26 Thread Craig R. McClanahan
On Tue, 17 Jul 2001, Teiji Sawa wrote: #java JDBCTest.java java.sql.SQLException: Server configuration denies access to data source This exception means that the MySQL permissions for the database you are trying to access to not allow a connection from the host you are running, with the