3 messages in com.mysql.lists.javaRe: JDBC Driver Classname of MySQLCon...
FromSent OnAttachments
Prabu Subroto18 Jul 2003 02:32 
Kevin Williams18 Jul 2003 10:01 
Tom Myers18 Jul 2003 10:56 
Subject:Re: JDBC Driver Classname of MySQLConnector/J 3.0 for Star Office.
From:Kevin Williams (kwil@equiscape.com)
Date:07/18/2003 10:01:07 AM
List:com.mysql.lists.java

Not sure I understand the Star Office thing, but I know java class name from programming in Java. If that's the case (which it looks like it is), the Driver class name is: "com.mysql.jdbc.Driver"

You'll also have to enter a jdbc url. The syntax for that is: "jdbc:mysql://localhost/[db_name]"

Hope this helps,

Kevin

On Fri, 2003-07-18 at 02:33, Prabu Subroto wrote:

Dear my friends...

I need a connection to my MySQL DB Server which located on local machine (127.0.0.1) from my Star Office. But I don't know how to define the "JDBC Driver Class".

The JDBC driver is located on : "c:/myjdbc/mysql-connector-java3.0.8-stable-bin".

Please help me how to define it.

Thank you very much.