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.