Re: how to store whole XML file in database

Поиск
Список
Период
Сортировка
От Tommy Gildseth
Тема Re: how to store whole XML file in database
Дата
Msg-id 45D0AD70.8060403@gildseth.com
обсуждение исходный текст
Ответ на how to store whole XML file in database  ("deepak pal" <deepak.05pal@gmail.com>)
Список pgsql-general
deepak pal wrote:
> hi,,
>        i have to insert whole xml file in database ,there is a text
> field for that.but it shows error  parse error where there are
> attribute ..plz help me out.

I'm guessing you have a quoting problem. Try escaping the XML-data
before inserting it into the database, so that any single quotes doesn't
mess up your insert statements.

--
Tommy

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

Предыдущее
От: "Nicolas Gignac"
Дата:
Сообщение: Re: Client connection: Port 5432 / Postgres
Следующее
От: "Brandon Aiken"
Дата:
Сообщение: Re: how to store whole XML file in database