Thread: PostgresqlDataSource

PostgresqlDataSource

From
Mike Engelhart
Date:
Hi,

I just finished searching the archives looking for information on
javax.sql JDBC extensions and there are many conflicting posts regarding
this.   The PostgresqlDataSource class is still not being distrbuted
(just downloaded 7.0.2) and I'm just wondering what the hold up is?  Is
it a code testing issue?  I  see that castor.exolab.org has a 6.3 based
version of the JDBC driver but I'm not sure why they don't have a 7.0.x
based version as well. 

Thank you ,

Mike


Re: PostgresqlDataSource

From
panther
Date:

On Sun, 6 Aug 2000, Mike Engelhart wrote:


Hello all, I was wondering if someone could shed some light on my problem.
I wrote a C program thats query my postgressql database and sends its
results to the screen.. I can see the results when I run its as
standalone.
But, when I run it throw Apache 1.3.12 all I get is a blank screen..  like
its not using stdout like most programs does or something

anyways thanx




RE: PostgresqlDataSource

From
Peter Mount
Date:
Does anyone know what happened to this class? I remember missing it out of
cvs the first time round, but committed it.

I've checked my copy of cvs here and it's not in there.

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council


-----Original Message-----
From: Mike Engelhart [mailto:mengelhart@earthtrip.com]
Sent: Sunday, August 06, 2000 7:17 PM
To: pgsql-interfaces@postgresql.org
Subject: [INTERFACES] PostgresqlDataSource


Hi,

I just finished searching the archives looking for information on
javax.sql JDBC extensions and there are many conflicting posts regarding
this.   The PostgresqlDataSource class is still not being distrbuted
(just downloaded 7.0.2) and I'm just wondering what the hold up is?  Is
it a code testing issue?  I  see that castor.exolab.org has a 6.3 based
version of the JDBC driver but I'm not sure why they don't have a 7.0.x
based version as well. 

Thank you ,

Mike


RE: PostgresqlDataSource

From
Peter Mount
Date:
Is the first line of stdout that your app is generating:

Content-type: text/plain

followed by a blank line?

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council


-----Original Message-----
From: panther [mailto:panther@cwws.net]
Sent: Monday, August 07, 2000 2:52 AM
To: pgsql-interfaces@postgresql.org
Subject: Re: [INTERFACES] PostgresqlDataSource




On Sun, 6 Aug 2000, Mike Engelhart wrote:


Hello all, I was wondering if someone could shed some light on my problem.
I wrote a C program thats query my postgressql database and sends its
results to the screen.. I can see the results when I run its as
standalone.
But, when I run it throw Apache 1.3.12 all I get is a blank screen..  like
its not using stdout like most programs does or something

anyways thanx