Hi,
        I'm using mm.mysql driver version 2.0.4 and jdk.1.3.
        Actually I'm trying to us it because it keeps on giving me Not suitable
driver error.
        For test I used the JDBCBench.java.

        try {   
                Class.forName("org.gjt.mm.mysql.Driver");
                Connection C = DriverManager.getConnection(DBUrl);
                JDBCBench Me = new JDBCBench(C,initialize_dataset);
        } catch ( Exception e) {
                System.out.println(E.getMessage());
        }

        If you have had the same mistake or you have an idea what I'm doing
wrong please send me a reply.
        dacian
---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to