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 -> Re: Oracle JDBC Thin Applet + MS IE: SecurityException accessing jdbc.drivers system property

Re: Oracle JDBC Thin Applet + MS IE: SecurityException accessing jdbc.drivers system property

From: Michael Boehmer <boehmer_at_quantum.de>
Date: 1998/09/03
Message-ID: <35EE3B08.BC3C94A0@quantum.de>#1/1

The work around is creating a new instance:

    Class.forName(driverName).newInstance();

This works fine for IE 4.0.

I've found this trick in an artikel of the newsgroup borland.public.jbuilder.applet-issues posted by jill.hart_at_capgemini.co.uk.

Michael Boehmer

vneupert_at_rand.de wrote:

> [...] But soon you want to use them to connect
> a databse you get the error "No suitable driver".
>
> If I install the drivers local on the client and set the classpath it works.
> But that is not the way it should work.
>
> Any other work around?
Received on Thu Sep 03 1998 - 00:00:00 CDT

Original text of this message

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