Re: Syncing Data of data type BLOB into Postgres- Bytea

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Syncing Data of data type BLOB into Postgres- Bytea
Дата
Msg-id 173521f7-11c5-4dc7-60ef-3383b9dd40f4@aklaver.com
обсуждение исходный текст
Ответ на Syncing Data of data type BLOB into Postgres- Bytea  (Cynthia Hombakazi Ngejane <hombakazi.ngejane@gmail.com>)
Список pgsql-general
On 11/13/2016 11:40 PM, Cynthia Hombakazi Ngejane wrote:
> 9.3
> it just says syntax error near (
> I have a variable QByteArray that stores the fingerprint data, then:
> I am using QString Query = "insert into tableName(colName) values
> (:valName)";
> prepare the query;
> then query.bindValue;
>
> lastly query.exec();
>

On my last post I never did get to the point I was trying to make, that
this this may be a string escaping issue. To help with identifying the
problem it would be good to know the value of:

standard_conforming_strings

in postgresql.conf and whether it is commented out or not.



--
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Syncing Data of data type BLOB into Postgres- Bytea
Следующее
От: Jerome Wagner
Дата:
Сообщение: Re: Converting a TimestampTz into a C# DateTime