Thread: How to insert unicode strings ?

How to insert unicode strings ?

From
"Ivar"
Date:
Hi,

I have read documentaion, searched www, can't find such a simple thing.

How to insert unicode string ?

Eg. MS SQL N char must be added in front of  string.
INSERT aaa VALUES(N'this is considered as unicode',12)  ?? how in postgre ?



Re: How to insert unicode strings ?

From
"Ivar"
Date:
I found problem, npgsql .NET data provider doesn't work ok on unicode
strings, Unicode odbc driver works ok.

"Ivar" <ivar@lumisoft.ee> wrote in message
news:bcmh70$8us$1@main.gmane.org...
> Hi,
>
> I have read documentaion, searched www, can't find such a simple thing.
>
> How to insert unicode string ?
>
> Eg. MS SQL N char must be added in front of  string.
> INSERT aaa VALUES(N'this is considered as unicode',12)  ?? how in postgre
?
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>