Blob support...

Поиск
Список
Период
Сортировка
От Benoit Menendez
Тема Blob support...
Дата
Msg-id 008e01c1bef4$89953800$0201a8c0@osprey
обсуждение исходный текст
Список pgsql-jdbc
I use both ODBC and JDBC to access the same database (from two different applications) and I need blob support...
 
I have created and used the "lo" type which is handled correctly by the ODBC driver...
 
But JDBC does not like the "lo" type for blobs...
 
If I do a getBytes on an "lo" I only get 4 (+1) bytes...
 
I tried "bytea" but ODBC does not work properly with this type...
 
Is the "lo" type supported in a recent patch?
 
Thanks,
 
    Benoit

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

Предыдущее
От: Rafael Hancke
Дата:
Сообщение: PGSQL-JDBC DRIVER
Следующее
От: "Dave Cramer"
Дата:
Сообщение: Re: PGSQL-JDBC DRIVER