Vikram,
It won't throw an exception because the applet is not using the JDBC-ODBC
bridge. The server you build will use the bridge while the applet merely
connects using sockets to the server that you write

Applet -> Service on the same server the applet was downloaded from -> uses
JDBC- ODBC bridge -> connects to any other server

The applet connects to the server and the server uses the bridge...I hope
that I shed some light on the subject....
please let me know if I can be further assistance
Reeza

----- Original Message -----
From: "Vikram Kumar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 03, 1999 12:44 AM
Subject: Re: Applet access to backend database that is running ondifferent
server


> Hello Reeza,
>
> I think the appplet will still be throwing a security exception ..... cos
it
> wont be able to utilize the JDBC-ODBC
bridge...............................
>
> vikram
>
>
> Reeza Ali wrote:
>
> > Hi,
> > make a service to sit on the same server as your applet and use the
> > JDBC-ODBC Bridge to access the DB. your applet will need to connect to
the
> > port which your service is listening to. The Core Java book has a good
> > example on this
> > Reeza Ali.
> >
> > ----- Original Message -----
> > From: "Heakyung Park" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, November 02, 2000 8:31 PM
> > Subject: Applet access to backend database that is running on different
> > server
> >
> > > Does anyone know how can we get away with "access denies error" when
my
> > > applet is trying to access back end oracle database that is running on
> > > different server from my applet is running? Any suggestion! such as
RMI or
> > > making a jar file etc. Thanks fo any help.
> > >
> > > HeaKyung Park
> > >
> > >
> >
___________________________________________________________________________
> > > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> > body
> > > of the message "signoff SERVLET-INTEREST".
> > >
> > > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > > Resources:
http://java.sun.com/products/servlet/external-resources.html
> > > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> >
> >
___________________________________________________________________________
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> > of the message "signoff SERVLET-INTEREST".
> >
> > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > Resources: http://java.sun.com/products/servlet/external-resources.html
> > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
> --
> Vikram Kumar
>
> http://www.employees.org/~vikram
>
> ************************************
> No God-No Peace. Know God-Know Peace
> ************************************
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to