Re: [INTERFACES] Jdbc-Browser and Applet restrictions

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: [INTERFACES] Jdbc-Browser and Applet restrictions
Дата
Msg-id Pine.LNX.3.96.980709071907.1240B-100000@maidast.retep.org.uk
обсуждение исходный текст
Ответ на Jdbc-Browser and Applet restrictions  (Elaine Araújo <elaine@compacto.nexos.com.br>)
Список 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 по дате отправления:

Предыдущее
От: pgibb@ix.netcom.com
Дата:
Сообщение: Perl Postgres module interface to PostreSQL
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: [INTERFACES] jdbc examples