Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle JDBC Thin Applet + MS IE: SecurityException accessing jdbc.drivers system property
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
![]() |
![]() |