Обсуждение: Data type for array of byte

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

Data type for array of byte

От
Vernon
Дата:
I have the an array of byte in Java. What is the data
type in PG? I have tried the bytea. It is not right.

Thanks.



__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/

Re: Data type for array of byte

От
Kris Jurka
Дата:

On Tue, 12 Apr 2005, Vernon wrote:

> I have the an array of byte in Java. What is the data
> type in PG? I have tried the bytea. It is not right.
>

Why is it not right?  It certainly seems like a match to me.

Kris Jurka