Re: mysql with java

2002-03-12 Thread TAKAHASHI, Tomohiro
Hi, Denny wrote: > > Hi, > > Is there any examples on developing a java interface with mysql? Do you want to develope a JDBC API with MySQL? If no and you want to develope a Java Program using JDBC API with JDBC Driver for MySQL, please see this web site. http://java.sun.com/docs/book

Re: mysql with java

2002-03-11 Thread Vincent Stoessel
Hmm, I have done some java/linux development using mysql and it works fine using the jdbc api. I highly recommend using Mark Mathews' jdbc driver in your java development area. It is licensed under GNU LGPL. http://mmmysql.sourceforge.net/ Be sure to join the mysql-java mailing list for questions