applet

From: Andrea Antibo <antibo(at)mclink(dot)it>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: applet
Date: 1998-10-14 14:44:03
Message-ID: XFMail.981014164403.antibo@mclink.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi,
I'm writing un applet for my application with postgres but it don't load (I
think) jdbc driver.
I add in .hotjava/properties jdbc.drivers=postgresql.Driver.


try{
resultsTextArea.setText("elaborazione in corso");

Class.forName("postgresql.Driver");

String url = "jdbc:postgres:tesi";
String usr = "andrea";
String pwd = "";

db = DriverManager.getConnection(url, usr, pwd);

st = db.createStatement();

....
....
}

It jump this try block.
What I can do?

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter T Mount 1998-10-14 17:30:21 Re: [INTERFACES] applet
Previous Message Tom Lane 1998-10-13 22:44:57 Re: [INTERFACES] pgtclCmds.c has bugs that have been removed once !!!!!!!