Re: How to insert a string with single quotes in the

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема Re: How to insert a string with single quotes in the
Дата
Msg-id 1064078648.5362.559.camel@linda.lfix.co.uk
обсуждение исходный текст
Ответ на How to insert a string with single quotes in the text  ("Louise Cofield" <lcofield@box-works.com>)
Список pgsql-interfaces
On Fri, 2003-09-19 at 22:02, Louise Cofield wrote:
> I am creating a Libpq program that reads a text file,
...
> The insert blows up when it hits an item description that contains a
> single quote in the text.  

You also have to look out for backslashes.

> Other than stripping the offending quote-marks from  the text prior to
> processing, does anybody have any ideas how I can deal with this?

The libpq library includes the function PQescapeString, as described in
the manual.

-- 
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight, UK                             http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
========================================   "But my God shall supply all your need according to his     riches in glory
byChrist Jesus."     Philippians 4:19
 



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

Предыдущее
От: 510092984843-0001@t-online.de (RA Graffenberger)
Дата:
Сообщение: libpq++ - How to use FieldType() ?
Следующее
От: Mayank Goyal
Дата:
Сообщение: Need information for C++ interface