Subject | RE: [ib-support] who have experience of using UNICODE_FSS with firebird |
---|---|
Author | Daniel Rail |
Post date | 2002-04-23T10:10:32Z |
At 04/22/2002 11:28 PM, you wrote:
which makes a direct connection to the API.
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.accramed.ca)
>It is great that I found out somesone what have experience with UNICODE. IUnfortunately, I don't use OLE DB nor ODBC. I use IB Objects with Delphi,
>tried several ODBC and OLEDB driver. I still cannot store UNICODE into the
>table. I have created a simple table like this:
>
>Create table UniSample {
> iKey integer unique key primary key,
> uChar1 VarChar(50) Character Set UNICODE_FSS,
> uChar2 VarChar(50) Character Set UNICODE_FSS
>}
>
>My objective is to use ADO.NET to work with Firebird in UNICODE. What
>driver are you using?
which makes a direct connection to the API.
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.accramed.ca)