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

mysql with java

2002-03-11 Thread Denny
Hi, Is there any examples on developing a java interface with mysql? Thanks, Denny - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To r

Re: Create Table error convert from DB2 to MySQL with Java?

2001-10-24 Thread Paul DuBois
At 21:29 -0400 10/24/01, [EMAIL PROTECTED] wrote: >Greeting! I am trying to convert an application from a DB2 based >program to MySQL. We are still evaluating MySQL and learning. >We are using Java and the JDBC driver mm.mysql.jdbc-1.2c to >create the database. The Java version of this program usi

Create Table error convert from DB2 to MySQL with Java?

2001-10-24 Thread jwubbel
Greeting! I am trying to convert an application from a DB2 based program to MySQL. We are still evaluating MySQL and learning. We are using Java and the JDBC driver mm.mysql.jdbc-1.2c to create the database. The Java version of this program using this driver is not creating some of the tables.

Re: Help in mySql with Java Applet

2001-05-21 Thread Robert Vetter
Fayed Design wrote: > > - Original Message - > From: Fayed Design > To: [EMAIL PROTECTED] > Sent: Friday, May 18, 2001 1:14 PM > > Hello to all of you, > does anybody know how to connect an Java Applet with mySql.I am trying already since >weeks,no success. > > It always response no

Help in mySql with Java Applet

2001-05-18 Thread Fayed Design
- Original Message - From: Fayed Design To: [EMAIL PROTECTED] Sent: Friday, May 18, 2001 1:14 PM Hello to all of you, does anybody know how to connect an Java Applet with mySql.I am trying already since weeks,no success. It always response no suitable Driver although I uploaded the

Re: Info on using MySQL with Java

2001-04-24 Thread Steve Ruby
> > Hi all, > > > > I'm looking for some pointers towards some good information on accessing > and using MySQL with Java/Javascript. > > > > Can anyone point me towards a book you like, or some good web resources? > > > > Thanks much, > > /

Re: Info on using MySQL with Java

2001-04-24 Thread Matt Yubin He
"Professional JSP", by Wrox Press Ltd, is a quite good book. Matt - Original Message - From: "Robert Alexander" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 24, 2001 2:48 PM Subject: Info on using MySQL with Java > Hi all, > &

Info on using MySQL with Java

2001-04-24 Thread Robert Alexander
Hi all, I'm looking for some pointers towards some good information on accessing and using MySQL with Java/Javascript. Can anyone point me towards a book you like, or some good web resources? Thanks much, /Rob - B

Re: how to connect MySql with Java?

2001-04-09 Thread James Barwick
now, I'm in Windows and the driver's on the other partition. Good luck!! James [EMAIL PROTECTED] wrote: > I'd like to use MySql with Java (under Linux) bu I can't be able to do that: > how can I do? > Thank you in advance, Mario. > > --

how to connect MySql with Java?

2001-04-09 Thread mario . lat
I'd like to use MySql with Java (under Linux) bu I can't be able to do that: how can I do? Thank you in advance, Mario. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists