On 5 July 2010 09:57, Trinath Somanchi wrote:
> Hi,
>
> How can I store Byte strings into a postgresql database.
>
> Is there any special command to store it. How will be the sql query.
>
> I have gone through this
> http://www.postgresql.org/docs/8.4/static/datatype-binary.html but have not
> see
Hi,
How can I store Byte strings into a postgresql database.
Is there any special command to store it. How will be the sql query.
I have gone through this
http://www.postgresql.org/docs/8.4/static/datatype-binary.html but have not
seen any example for how to insert data into such a field.
Pleas