From: | mall <listkeeper23(at)hotmail(dot)com> |
---|---|
To: | pgsql-list <pgsql-interfaces(at)postgresql(dot)org> |
Subject: | connection problems |
Date: | 2001-01-10 05:58:34 |
Message-ID: | 000801c07aca$5e4ef830$3b2d8484@slurm |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
hi, i've just installed recently installed an rpm version of postgresql (postgresql-server-7.0.2-6mdk.i586.rpm) and it's client.
I've added just 1 user
with the
unix_shell>createuser -P apprentice
and a database with
unix_shell>createdb -U apprentice papers
i created a few tables and was able to check them out using this command
unix_shell>psql papers apprentice
now i need to write a small java program that can connect to the database and retreive some information
but the jdbc driver i have (jdbc7.0-1.2.jar) keeps throwing this exception when i try to connect with this URL
(jdbc:postgresql:papers)
Something unusual has occured to cause the driver to fail. Please report this exception: java.sql.SQLException: FA
TAL 1: Database "papers" does not exist in the system catalog.
hmm, i'm sure the database and the tables all exist.... can anybody tell me what i'm doing wrong?
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Kulakov | 2001-01-10 08:05:40 | Re: DBD::Pg |
Previous Message | Joseph Shraibman | 2001-01-09 23:34:59 | Re: How usable is the present JDBC driver, for 7.03? |