Обсуждение: Re: [GENERAL] Re: Data type for storing images?

Поиск
Список
Период
Сортировка

Re: [GENERAL] Re: Data type for storing images?

От
"David Wall"
Дата:
> More to the point, what would be a reason for not using bytea to
> replace BLOBs completely?

Does anybody know if bytea can be accessed by JDBC yet?  I couldn't figure
out how to make it work (setBytes/getBytes) didn't work; only the OID sql
type was working for me with the byte routines.

David