6 messages in com.mysql.lists.javaRe: Failed in connection
FromSent OnAttachments
Prabu Subroto04 Dec 2003 07:41 
Dave Newton04 Dec 2003 07:59 
Prabu Subroto04 Dec 2003 08:21 
Dave Newton04 Dec 2003 08:25 
Prabu Subroto04 Dec 2003 08:29 
Dave Newton04 Dec 2003 08:56 
Subject:Re: Failed in connection
From:Dave Newton (da@solaraccess.com)
Date:12/04/2003 07:59:29 AM
List:com.mysql.lists.java

On Thu, 2003-12-04 at 10:41, Prabu Subroto wrote:

SQLException: No suitable driver

You never instantiate a Driver class:

Class.forName("com.mysql.jdbc.Driver").newInstance();

You might want to check out the Connector/J documentation at:

http://www.mysql.com/documentation/connector-j/index.html

Dave