> > Working on NT4.0 // Apache1.3.6 // JServ1.0 // JDK1.2.1
> > JServ is unable to find/use JDBC driver(org.gjt.mm.mysql.Driver). The 
>above
> > Exception is thrown by DriverManager.getConnection(). That`s probably
>
>question might be poor, but you did
>
>Class.forName("org.gjt.mm.mysql.Driver").newInstance();
>                                       ^ important
>before, without any exception been thrown ?!


>
>MfG Uwe Schaefer
>______________________________________________
>Email: [EMAIL PROTECTED]
>
>


OK. I`ve put both
Class.forName("org.gjt.mm.mysql.Driver").newInstance();
and
DriverManager.getConnection().
in one block
IT WORKS!
Nice.
Thanks(nether the less you told me about other things).

I think this situation should be put in the FAQ


Alex Bairov.
_Green_ Java Developer.


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to