TWIMC,
I have been trying to determine the url for a postgres database and was
wondering if someone be able to provide me with this info.
I writting java code to interface with the postgres environement and
have had no luck in finding the db URL info.
TIA
Robert C. LaPreze
--
Title: RE: [JDBC] JDBC Driver Trouble on Linux
;-) Don't ask how we found that out.
-Original Message-
From: Klaus Sonnenleiter [mailto:[EMAIL PROTECTED]]
Sent: 16 March 2001 16:43
To: Michael Ansley
Cc: [EMAIL PROTECTED]
Subject: RE: [JDBC] JDBC Driver Trouble on Linux
Yep, that di
Yep, that did the trick - interesting...
At 03:55 PM 3/16/2001 +, you wrote:
Try unjarring the
driver, and then jarring it back up again (making sure all the
directories are correct) but WITHOUT compression.
$ jar -xvf postgresql.jar
$ jar -cv0f postgresql.jar org
The first command shoul
Title: RE: [JDBC] JDBC Driver Trouble on Linux
Try unjarring the driver, and then jarring it back up again (making sure all the directories are correct) but WITHOUT compression.
$ jar -xvf postgresql.jar
$ jar -cv0f postgresql.jar org
The first command should unpack and unj(t)ar the jar fil
I've installed Postgres on Linux and everything is working great with one
exception: I can't get any JDBC drivers to work from a Linux client. I have
a test program that connects and retrieves the content of a table. It works
without any trouble on Windows and Solaris (connecting to the Linux b