A good book is JSP, Servlets, and mySQL by David Harms.  

-- original Message-----
From: Quentin Bennett [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 29, 2001 6:47 PM
To: MySQL (E-mail); '[EMAIL PROTECTED]'
Subject: Solaris, JDBC and MySQL


Hi,

Can anyone point me, a humble C programmer, to a tutorial for setting up and
using JDBC and MySQL.

We are having the following problem, which boils down to libobdcinst.so.1
not being found - where can I find it?

SKYROAD#mercury1:/mercury/home/morgan/javatrial:java SimpleSelect
DriverManager.getConnection("jdbc:odbc:mercury1")
    trying
driver[className=sun.jdbc.odbc.JdbcOdbcDriver,context=null,sun.jdbc.odbc.Jdb
cOdbcDriver@1bccd4ba]
*Driver.connect (jdbc:odbc:mercury1)
JDBC to ODBC Bridge: Checking security
No SecurityManager present, assuming trusted application/applet
JDBC to ODBC Bridge 1.1001
Current Date/Time: Fri Nov 30 12:30:09 GMT+12:00 2001
Loading JdbcOdbc library
ld.so.1: /usr/bin/../java/bin/../bin/i386/native_threads/java: fatal:
libodbcinst.so.1: open failed: No such file or directory
(/usr/bin/../java/bin/../lib/i386/native_threads/libJdbcOdbc.so)
ld.so.1: /usr/bin/../java/bin/../bin/i386/native_threads/java: fatal:
libodbcinst.so.1: open failed: No such file or directory
(/usr/bin/../java/bin/../lib/libJdbcOdbc.so)
Unable to load JdbcOdbc library
java.sql.SQLException: Unable to load JdbcOdbc library
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.sql.SQLException.<init>(Compiled Code)
        at sun.jdbc.odbc.JdbcOdbc.<init>(Compiled Code)
        at sun.jdbc.odbc.JdbcOdbcDriver.initialize(Compiled Code)
        at sun.jdbc.odbc.JdbcOdbcDriver.connect(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at SimpleSelect.main(Compiled Code)
Unable to load JdbcOdbc library
Unable to allocate environment
getConnection: no suitable driver
java.sql.SQLException: No suitable driver
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.sql.SQLException.<init>(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at SimpleSelect.main(Compiled Code)
SQLException: SQLState(08001)

*** SSQLException caught ***

SQLState: 08001
Message : No suitable driver
Vendor  : 0

Thanks in advance

Quentin Bennett
Transport Systems Division
Infinity Solutions 
web http:\\www.infinity.co.nz
mailto:[EMAIL PROTECTED]
Phone : +64 9 358 9720
Fax : +64 9 309 4142


The information contained in this email is privileged and confidential
and intended for the addressee only. If you are not the intended 
recipient, you are asked to respect that confidentiality and not 
disclose, copy or make use of its contents. If received in error 
you are asked to destroy this email and contact the sender immediately. 
Your assistance is appreciated.

---------------------------------------------------------------------
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