Re: Setting up DSPACE for Postgres access

From: Dardo D Kleiner <dkleiner(at)cmf(dot)nrl(dot)navy(dot)mil>
To: Ashwin Kutty <Ashwin(dot)Kutty(at)dal(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Setting up DSPACE for Postgres access
Date: 2003-10-23 15:08:22
Message-ID: 200310231508.h9NF8Mw04272@gene.cmf.nrl.navy.mil
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)cmf(dot)nrl(dot)navy(dot)mil -- 202.404.7019

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2003-10-23 15:22:02 Re: Recomended FS
Previous Message Ben Johnson 2003-10-23 14:54:35 training on open source software