MSIE40 and JDBC

Поиск
Список
Период
Сортировка
От franz-josef.ziegert@bbraun.com
Тема MSIE40 and JDBC
Дата
Msg-id 0051500000479874000002L042*@MHS
обсуждение исходный текст
Список pgsql-interfaces
hello,
i created some applets accessing the postgresql-db. i run them whit hotjava or
navigator and they worked fine. when i tried to run them witht ie4, no data
were shown and no error message appeared.
i use this code to initialyze the driver:
 try {
  Class.forName("postgresql.Driver");
     }
 catch(Exception e) {
      e.printStackTrace();
 }
do anybody know wath to do?
regards, ziegert

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "angg"
Дата:
Сообщение: [INTERFACES] C++ Builder (Delphi), ODBC and large objects
Следующее
От: Colin McKinnon
Дата:
Сообщение: Re: using indexes with the OR clause