Обсуждение: Postgress Unicode Support

Поиск
Список
Период
Сортировка

Postgress Unicode Support

От
"Crowe, Simon"
Дата:
Dear All,

I'm having some problems using embedded SQL with Unicode. My client and
server both are UNICODE. I have a bit of code which is :-

        wchar_t * name;

How do I express name such that it will work with the embedded SQL
preprocessor, BTW I'm on the latest postgres builds ?

Simon