Re: Setting up DSPACE for Postgres access - Mailing list pgsql-general

From Dardo D Kleiner
Subject Re: Setting up DSPACE for Postgres access
Date
Msg-id 200310231508.h9NF8Mw04272@gene.cmf.nrl.navy.mil
Whole thread Raw
In response to Re: Setting up DSPACE for Postgres access  (Ashwin Kutty <akutty@dal.ca>)
Responses Re: Setting up DSPACE for Postgres access  (Ashwin Kutty <akutty@dal.ca>)
List pgsql-general
Whenever I need to use the postgresql JDBC driver in my programs, I
have to manually include the line:

Class.forName("org.postgresql.Driver");

somewhere *before* I call DriverManager.getConnection.

Try this in your test program and see if it works.  Unfortunately,
you may not be able to modify the installer to support this, but
there might be another way?

HTH!

--
Dardo D. Kleiner
Connection Machine Facility, Center for Computational Sciences
Naval Research Laboratory (Washington, DC)
dkleiner@cmf.nrl.navy.mil -- 202.404.7019



pgsql-general by date:

Previous
From: Ashwin Kutty
Date:
Subject: Re: Setting up DSPACE for Postgres access
Next
From: Peter Childs
Date:
Subject: Re: Trigger