BLOB files, Updates, ... 2nd Edition

Поиск
Список
Период
Сортировка
От Egon Sommer
Тема BLOB files, Updates, ... 2nd Edition
Дата
Msg-id 200202151114.MAA15520@post.webmailer.de
обсуждение исходный текст
Список pgsql-jdbc
Hello everybody,

There are more things I do not understand:

In my last letter I wrote that I save empty BLOB as NULL. And I wrote that the number of files is the same as bevore.
WRONG:After the converting there are MORE  
files :( Tell me a way to fight agains this.

2nd problem is: If I try to read one of this BLOBS with ResultSet.getBinaryStream() I get an error message like
"relation0 does not exist". Sure it does not exist. It's  
NULL.... But to avoid this exception I have to use ResultSet.wasNull(). But this function is not available BEVORE I
useda getXXX-methode. And AFTER using a  
getXXX-methode it's to late.

Any idears?

I use: Postgressql 7.0.3 with driver jdbc7.1-1.3.jar

Hope you can help me...

Greetings
Joerg Sommer

--------------------------------------------------------------------------
Sommer Maschinenbau
Pagenstecherstr. 146
49090 Osnabrück

0049 (0)541 125085
0049 (0)541 129557

Service@Sommer-Maschinenbau.de
--------------------------------------------------------------------------




В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Thomas O'Dowd"
Дата:
Сообщение: OT: fun with xmlterm and psql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BLOB files, Updates, ...