Writing binary - UPDATE

From: Andreas Bauer <buki(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Writing binary - UPDATE
Date: 2003-09-03 13:00:35
Message-ID: 11564.1062594035@www57.gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

know I've figured out that it had something to do with the
driver version. But now I get the following message and it doesn't
work either:

INSERT INTO blob_test VALUES ('noname.bmp', 'BM\\302p\\000\\000\\000\\
.......
\\335\\316\\335\\316\\000\\000')

The table looks like this:
CREATE TABLE blobl_tbl (
name varchar(35),
bmp oid
);

Thanks in advance

Andi

--
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andreas Buer 2003-09-03 13:04:36 Writing binary - UPDATE
Previous Message Kris Jurka 2003-09-03 11:26:56 Re: A JDBC bug or problem relating to string length in Java