Thread: MSIE40 and JDBC

MSIE40 and JDBC

From
franz-josef.ziegert@bbraun.com
Date:
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