Invalid Input Syntax for type Bytea

From: Erick Bautista <erickbautista2000(at)gmail(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: Invalid Input Syntax for type Bytea
Date: 2005-08-23 11:18:21
Message-ID: 7be35168050823041881fee19@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Good Evening!

Our team is currently porting from Oracle to PostGreSQL.
For BLOBs in Oracle we used bytea datatype in PostGreSQL.
Whenever we insert a binary data in the DB, we get 'Invalid Input
Syntax for type Bytea'. I understand that we need to use
PQescapeBytea before putting the binary string in the SQL statement,
however, the same error appears even if we use it.

Can somebody give us some advise on how to properly insert Bytea data
in PostGreSQL.

By the way, we are using ECPG.

Thank you!

--
Erick

Browse pgsql-ports by date

  From Date Subject
Next Message Martin Pitt 2005-08-25 07:43:12 Re: gcc 4.0 build failures on m68k, mips, and mipsel
Previous Message Tom Lane 2005-08-20 19:10:42 Re: gcc 4.0 build failures on m68k, mips, and mipsel