Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> SQLJ connection : no suitable driver

SQLJ connection : no suitable driver

From: Didier <didier.sauve_at_club-internet.fr>
Date: Wed, 20 Aug 2003 18:00:17 +0200
Message-ID: <3f4399d8$0$9623$7a628cd7@news.club-internet.fr>


Hi,

I'm trying to connect using SQLJ.
I get the message : No suitable driver.

I use :
DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver()); Connection conn =
DriverManager.getConnection("jdbc.oracle.thin:@localhost:1521:BASE","scott", "tiger");

I don't understand because I have another program (pure JDBC) with the same lines and it works perfectly (on the same computer).

Any suggestion ?

Thanks. Received on Wed Aug 20 2003 - 11:00:17 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US