[JDBC] Error Retrieving Date Records

2001-05-12 Thread Bhuvaneswari
hai, I am developing some projects using postgresql-jdbc in RedHat Linux 6.5.2. When I store date fields in a table, it is stored with the correct format I have specified, when we are viewing in psql. But, when it comes with the program using jdbc, date field's format is changed. Eg, table field l

[JDBC] Error Retrieving Date Fields from tables

2001-05-12 Thread Bhuvaneswari
hai, I am developing some projects using postgresql-jdbc in RedHat Linux 6.5.2. When I store date fields in a table, it is stored with the correct format I have specified, when we are viewing in psql. But, when it comes with the program using jdbc, date field's format is changed. Eg, table field l

[JDBC] Displaying/Pulling Images using JDBC ...

2001-05-12 Thread The Hermit Hacker
Morning folks ... Been wracking our brains on this one for too long now ... have a client that is trying to use JDBC to pull images stored in the database, and, from what we can gather, the images are coming out 'truncated' ... If the client stores the images as ASCII (uuencode

Re: [JDBC] Displaying/Pulling Images using JDBC ...

2001-05-12 Thread Tom Lane
The Hermit Hacker <[EMAIL PROTECTED]> writes: > Now, my thought on this is that it *sounds* like the JDBC is > hitting some sort of control character is the stream that tells it to stop > sending the image ... is this possible? Some binary character that needs > to somehow be trapped? Embe

Re: [JDBC] Displaying/Pulling Images using JDBC ...

2001-05-12 Thread The Hermit Hacker
On Sat, 12 May 2001, Tom Lane wrote: > The Hermit Hacker <[EMAIL PROTECTED]> writes: > > Now, my thought on this is that it *sounds* like the JDBC is > > hitting some sort of control character is the stream that tells it to stop > > sending the image ... is this possible? Some binary charact