RE: About JDBC

2003-04-06 Thread Kyle Lange
2003 19:44 To: ™âR­ Cc: [EMAIL PROTECTED] Subject: Re: About JDBC It should be enough to place the .jar file in the jre/lib/ext folder inside your Java installation folder. If you don't want to do that, you could modify your CLASSPATH environment variable to include wherever you decide to

Re: About JDBC

2003-04-05 Thread Todd O'Bryan
2003, at 09:05 AM, $B=yc3@/(B wrote: (B (B> Sorry~ (B> I have a problem about JDBC now, I use mySQL as my database (B> and tomcat as my server I downloaded the JDBC driver (B> (mysql-connector-java-3.0.6-stable.zip) and unziped it, but now I (B> don't how to

Re: About JDBC

2003-04-05 Thread Martin
Hsu Where did you acquire mysql-connector-java-3.0.6-stable.zip ? Martin - Original Message - From: "®}¸S¬F" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 05, 2003 7:05 AM Subject: About JDBC Sorry~ I have a problem about JDBC now, I us

About JDBC

2003-04-05 Thread 徐祿政
Sorry~ I have a problem about JDBC now, I use mySQL as my database and tomcat as my server I downloaded the JDBC driver (mysql-connector-java-3.0.6-stable.zip) and unziped it, but now I don't how to use it? How to let my jsp pages connect to my database Would u tell me how

Re: Confused About JDBC Driver

2002-01-26 Thread Shankar Unni
[database,sql,query,table] Mark Matthews wrote: > Or download version 2.0.11 released today which fixes that bug (as far as > I can tell): Absolutely. Quick work, indeed. I've already switched over to 2.0.11 and it's been smooth. Thanks for the fantastic support! -- Shankar. --

Re: Confused About JDBC Driver

2002-01-26 Thread Mark Matthews
Shankar Unni wrote: > That's right: > Do the following in a temp directory: > jar xvf mm.mysql-2.0.10-you-must-unjar-me.jar > This will create a directory called mm.mysql-2.0.10. Inside that, you'll > find a mm.mysql-2.0.10.jar file, which is what you need to put in your > classpath (you can

Re: Confused About JDBC Driver

2002-01-25 Thread Shankar Unni
Paul DuBois wrote: > I think that MM.MySQL used to be packaged as a tar file, but not is > distributed > as a JAR. Use the newer one, you'll be better off. And do as the filename > indicates: un-jar it. You'll end up with a directory that contains the > actual driver file plus a bunch of othe

Re: Confused About JDBC Driver

2002-01-25 Thread Paul DuBois
At 16:11 -0600 1/25/02, Paul DuBois wrote: >At 16:59 -0500 1/25/02, Rahadul Kabir wrote: >>I'm a bit confused here. can some please tell me what is the difference >>between this two files >> >>-- mm.mysql.jdbc-1.2c.tar.gz ( Includes mysql_comp.jar and >>mysql_uncomp.jar) >>-- mm.mysql-2.0.10-you

Re: Confused About JDBC Driver

2002-01-25 Thread Paul DuBois
At 16:59 -0500 1/25/02, Rahadul Kabir wrote: >I'm a bit confused here. can some please tell me what is the difference >between this two files > >-- mm.mysql.jdbc-1.2c.tar.gz ( Includes mysql_comp.jar and >mysql_uncomp.jar) >-- mm.mysql-2.0.10-you-must-unjar-me.jar > >For JDBC driver to run with

Confused About JDBC Driver

2002-01-25 Thread Rahadul Kabir
I'm a bit confused here. can some please tell me what is the difference between this two files -- mm.mysql.jdbc-1.2c.tar.gz ( Includes mysql_comp.jar and mysql_uncomp.jar) -- mm.mysql-2.0.10-you-must-unjar-me.jar For JDBC driver to run with mysql which one do I need? I thought you only need .