Обсуждение: Jdbc-Browser and Applet restrictions

Поиск
Список
Период
Сортировка

Jdbc-Browser and Applet restrictions

От
Elaine Araújo
Дата:
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?

Thank you,
Elaine Araujo.


Re: [INTERFACES] Jdbc-Browser and Applet restrictions

От
Peter T Mount
Дата:
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