Re: Trouble with encoding again

Поиск
Список
Период
Сортировка
От Andrus
Тема Re: Trouble with encoding again
Дата
Msg-id del1n5$1pp4$1@news.hub.org
обсуждение исходный текст
Ответ на Trouble with encoding again  ("Alejandro D. Burne" <alejandro.dburne@gmail.com>)
Ответы Re: Trouble with encoding again
Список pgsql-odbc
""Alejandro D. Burne"" <alejandro.dburne@gmail.com> wrote in message
news:8398dc6d0508240658290fc36e@mail.gmail.com...
> Hi, I'll be trying to solve this workaround between postgres odbc
> 8.01.00.03 and VisualFoxPro(VFP) with spanish chars and unicode
> encoding.
> VFP''ve 2 ways to send info to rdbms: explicit or by reference:
> A little example (I think it's easy to understand)
> 1) conn=SQLCONNECT('odbc_entry','user','pwd')
> 2) SQLEXECUTE(conn,"INSERT INTO t1 VALUES ('�');)")
> 3) a='�'
> 4) SQLEXECUTE(conn,"INSERT INTO t1 VALUES (?a);)")
>
> 1) Stablish connection
> 2) Works fine (explicit)
> 3) Var 'a' takes value ���
> 4) This doesn't work (by reference)

Use

3) a= STRCONV('�',9)

Andrus.



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

Предыдущее
От: Timothy Reed
Дата:
Сообщение: Re: MS Access 2000 w/ PGSQL 8.0.x
Следующее
От: Bernard Henry Voynet
Дата:
Сообщение: Re: Unexpected ADO properties