MSIE40 and JDBC - Mailing list pgsql-interfaces

From franz-josef.ziegert@bbraun.com
Subject MSIE40 and JDBC
Date
Msg-id 0051500000479874000002L042*@MHS
Whole thread Raw
List 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 by date:

Previous
From: "angg"
Date:
Subject: [INTERFACES] C++ Builder (Delphi), ODBC and large objects
Next
From: Colin McKinnon
Date:
Subject: Re: using indexes with the OR clause