Re: Serialize - Mailing list pgsql-jdbc

From Tony Grant
Subject Re: Serialize
Date
Msg-id 1002288811.13141.85.camel@tonux
Whole thread Raw
In response to Serialize  ("Dave Cramer" <Dave@micro-automation.net>)
Responses Re: Serialize  ("Dave Cramer" <Dave@micro-automation.net>)
List pgsql-jdbc
On Fri, 2001-10-05 at 14:57, Dave Cramer wrote:
> While fixing the handling of "unknown" data type in the result set I was
> faced with wading through the Serialize code.
>
> I am wondering if this is really a required/desireable feature?
>
> How many people out there are actually using it?
>
> Do we need/want it?
>
> My thoughts are:
>
> 1) There are plenty of persistence layers which do this job much better.
>
> 2) I don't think this belongs in a driver.
> 3) The code will be simpler.

How do I do a database request via JDBC and save the result set to a
text file on the client computer? Isn't that what serialize is for? If
so I need it in the driver.(and instructions on how to get it to work
=:-b)

Cheers

Tony Grant

--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html


pgsql-jdbc by date:

Previous
From: "Dave Cramer"
Date:
Subject: Serialize
Next
From: "Dave Cramer"
Date:
Subject: Re: Serialize