Re: [INTERFACES] JDBC drivers

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: [INTERFACES] JDBC drivers
Дата
Msg-id Pine.LNX.3.96.980712173557.7661C-100000@maidast.retep.org.uk
обсуждение исходный текст
Ответ на JDBC drivers  (Jeffrey Napolitano <jnapoli@setech.com>)
Список pgsql-interfaces
On Fri, 10 Jul 1998, Jeffrey Napolitano wrote:

> I have put postgresql.jar (the JDBC driver) in the directory that the
> applet is being executed, but it is still not found.

The jar file must be defined in the <applet> tag. Now most browsers don't
support multiple archives, so there are two way around this:

1) unpack postgresql.jar, so that the postgres directory is in the same
   directory as your applet.

2) unpack as in (1), but then repack the driver and your applet into a new
   .jar file, and refer that in the <applet> tag.

> There must be a way to use a JDBC driver with applets, right?
> Unfortunately, I don't know how to which is environment variable
> "independent"...anyone?

Applets don't have access to environment variables.

--
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 по дате отправления:

Предыдущее
От: Goran Thyni
Дата:
Сообщение: db/dbm-emulation
Следующее
От: Screech
Дата:
Сообщение: Re: [INTERFACES] Creating a C Function