Re: Problem saving some characters

Поиск
Список
Период
Сортировка
От Jouneau Luc
Тема Re: Problem saving some characters
Дата
Msg-id 00ea01c45793$544abe10$4703668a@pc502jlo
обсуждение исходный текст
Ответ на Problem saving some characters  ("Eduardo S. Fontanetti" <dufuzzy@yahoo.com.br>)
Список pgsql-admin
Hello,

'\' is an escape character, you should double it when you insert data :
insert into my_table values ('S:\\directory\\app');

I don't think it has much to do with database encoding.

Luc Jouneau
----- Original Message -----
From: "Eduardo S. Fontanetti" <dufuzzy@yahoo.com.br>
To: <pgsql-admin@postgresql.org>
Sent: Monday, June 21, 2004 3:04 PM
Subject: [ADMIN] Problem saving some characters


> Hello,
>
> I am trying to save a directory name on the Postgres,
> but it is "cutting" some characters, and the result is
> being diferent, and then, my app don't work properly.
>
> Example:
>
> I am trying to save "S:\directory\app" to a text field
> on the Postgres.
> When I do a  Select, it returns "S:directoryapp".
>
> It could be caused by the encoding type? I am using
> the Latin2.
>
> Somebody could help me? Whatever, it could be from the
> ODBC driver, but I don't know how to test it.
>
> Thanks!
>
> Eduardo S. Fontanetti
>
> ______________________________________________________________________
>
> Yahoo! Mail - agora com 100MB de espaço, anti-spam e antivírus grátis!
> http://br.info.mail.yahoo.com/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faqs/FAQ.html
>


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

Предыдущее
От: jseymour@linxnet.com (Jim Seymour)
Дата:
Сообщение: Re: Problem saving some characters
Следующее
От: "Bender, Cheryl"
Дата:
Сообщение: Re: pgadminII error in connecting to PostgreSQL Server