Re: How to insert unicode strings ?

From: "Ivar" <ivar(at)lumisoft(dot)ee>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to insert unicode strings ?
Date: 2003-06-19 08:37:34
Message-ID: bcrso9$ru8$1@main.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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

"Ivar" <ivar(at)lumisoft(dot)ee> wrote in message
news:bcmh70$8us$1(at)main(dot)gmane(dot)org(dot)(dot)(dot)
> 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(at)postgresql(dot)org
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Antonios Christofides 2003-06-19 08:42:28 Incremental backups, and backup history
Previous Message Richard Huxton 2003-06-19 08:35:22 Re: Can inherited tables help in this case?