The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
February 2002

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

JSP + MySQL (In Linux Platform)

Posted by Patrick on February 23, 2002 at 10:21 AM

Hello, I had installed MySQL 2.32,Apache and Resin 2.0.5(Linux)
but I don't know how can JSP get the data from database.

I need to download the Driver? If yes, where can I get it?

{ Class.forName("xxxxxxxxxxxxxxxxxxxxx");
con = DriverManager.getConnection("xxxxxxxxxxxxxxxxxxx");
What I need the write in above?



Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us