Re: [INTERFACES] Jdbc-Browser and Applet restrictions - Mailing list pgsql-interfaces

From Peter T Mount
Subject Re: [INTERFACES] Jdbc-Browser and Applet restrictions
Date
Msg-id Pine.LNX.3.96.980709071907.1240B-100000@maidast.retep.org.uk
Whole thread Raw
In response to Jdbc-Browser and Applet restrictions  (Elaine Araújo <elaine@compacto.nexos.com.br>)
List pgsql-interfaces
On Wed, 8 Jul 1998, Elaine Arajo wrote:

>
> I did an applet in Java, using Jdbc to access a Postgre database. But i
> can't view the result of my query on the browser, i only see it on the
> appletviewer and with aplications. I think that it is a problem with
> applets or browsers restrictions. Am i right? Someone know how could i
> resolve this problem?

Applet security restricts JDBC to access only a database that is stored on
the web server the applet was downloaded from.

However, the other thing that may be restricting you is that the browser
may not be supporting the entire 1.1 JDK (most are still 1.0.2, which
doesn't support JDBC).

--
Peter T Mount peter@retep.org.uk or petermount@earthling.net
Main Homepage: http://www.retep.org.uk
************ Someday I may rebuild this signature completely ;-) ************
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk


pgsql-interfaces by date:

Previous
From: pgibb@ix.netcom.com
Date:
Subject: Perl Postgres module interface to PostreSQL
Next
From: Peter T Mount
Date:
Subject: Re: [INTERFACES] jdbc examples