Re: [JDBC] Failed Connection (again)

2001-06-12 Thread Gonzo Programming
- Original Message - From: Gonzo Programming [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 1:03 PM Subject: [JDBC] Failed Connection (again) Having HUGE troubles connecting to a pgDatabase. I have been struggling with this for 3 days now... I Have scoured the docs

[JDBC] Failed Connection (again)

2001-06-11 Thread Gonzo Programming
Having HUGE troubles connecting to a pgDatabase. I have been struggling with this for 3 days now... I Have scoured the docs, and this jdbc list archive without success. I would Love to find a mentor who might spend a bit of time getting me past this obstacle. Yes, I am new to java. :(

RE: [JDBC] Failed Connection?

2001-04-19 Thread Joe Shevland
the options for postmaster) and it is using the -i option. I can use pgaccess to view the database, so the database name, username and password work. What else can it be??? Gremlins? :) Sounds generally OK, perhaps the JDBC URL you are using is invalid? Can you attach the code you're using

[JDBC] Failed Connection?

2001-04-17 Thread Steven Smith
I am trying to access a PostgreSQL 7.0 database through JDBC. I get an 'Error connecting to database' message everytime I try to connect. I have setup the network and database to handle JDBC (atleast I think it is) but still the problem persists. I have tried to run the same program from the