Re: Connecting to PostgreSQL via web - Mailing list pgsql-cygwin

From s0lao@netscape.net (S. L.)
Subject Re: Connecting to PostgreSQL via web
Date
Msg-id 1189E7F4.284AD805.00013D13@netscape.net
Whole thread Raw
In response to Connecting to PostgreSQL via web  ("Agrawal, Manish" <MAgrawal@coba.usf.edu>)
List pgsql-cygwin
Manish,

[..]
>I am trying to connect to the pgsql database from a jsp application. The
>database, webserver and the application are all running locally.
>
>The problem is that I am able to read data from the database successfully
>but am not able to write to it. I also don't get any SQLException message. I
>simply get a blank page. The connection is opened using:
>
>Connection con = DriverManager.getConnection("jdbc:odbc:PostgreSQL_test",
>"Administrator", "<pwd>");      // PostgreSQL_test is the user DSN
[...]

This could be a limitation because your jdbc-odbc access to database. Why don't you try to use just jdbc?

SLao

__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/

pgsql-cygwin by date:

Previous
From: s0lao@netscape.net (S. L.)
Date:
Subject: Re: Latest cygwin always crashing with Postgres
Next
From: "Jennifer Lee"
Date:
Subject: Re: [NOVICE] Problems installing CygIPC for PostgreSQL