RE: java connection

2001-07-13 Thread shane
and find programming information under programming interface. shane -Original Message- From: Daniel Aderhold [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 1:39 AM To: Siomara Pantarotto Cc: [EMAIL PROTECTED] Subject: RE: java connection Must I install additionally anything to use

FW: java connection

2001-07-03 Thread M. Obide
The driver name is: //be careful, case sensitive org.gjt.mm.mysql.Driver the url is jdbc:mysql://localhost/mydb of course replace mydb with your database name. There are 2 supported JDBC drivers for MySQL (the mm driver and the Reisin JDBC driver). You can find a copy of the mm driver at

RE: java connection

2001-07-03 Thread Daniel Aderhold
? Regards, Daniel Aderhold Thanks to all for your help. - Original Message - From: Siomara Pantarotto [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 02, 2001 9:37 PM Subject: Re: java connection // Copyright (c) 2000 Appiant Technologies import java.sql.*; public

java connection

2001-07-02 Thread Daniel Aderhold
Hi I'm new to MySQL. Please can anyone give me the connection sentences in Java. Exactly: How to charge the driver: Class.forName( I use windows98. And want to make experimental local connections. Regards, Daniel Aderhold