Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-06-12 Thread Carlos Guzmán Álvarez
Hello: > I think it does because verything is fine with the ODBC driver Huu ... can you try to insert and select the data from the provider, and let me know if it works or not ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no descienda de un es

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-06-12 Thread Johan Leroy
I think it does because verything is fine with the ODBC driver Carlos Guzmán Álvarez schreef: Hello: The insert of the data is done with import/export functionality from EMS ib manager, with this tool all seems to be ok. Already testeted with the last release but still the same p

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-06-12 Thread Carlos Guzmán Álvarez
Hello: > The insert of the data is done with import/export functionality from > EMS ib manager, with this tool all seems to be ok. > Already testeted with the last release but still the same problem > regards And are you sure EMS has proper UTF-8 support ? -- Carlos Guzmán Álvarez Vigo-Spai

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-06-12 Thread Johan Leroy
Hi, The insert of the data is done with import/export functionality from EMS ib manager, with this tool all seems to be ok. Already testeted with the last release but still the same problem regards Johan PS. Didn't get time the last 14 days to work on this project. Carlos Guzmán Álvarez sch

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-06-01 Thread Carlos Guzmán Álvarez
Hello: > while(myReader.Read()) > { > cmbtst1.Items.Add(myReader.GetString(0)); > } And how are you doing the inserts ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no descienda de un esclavo

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-05-30 Thread Johan Leroy
Charset in connectionstring is UNICODE_FSS. The data isn't also correct when reading it as bytes (with ODBC it works OK) Hereby the examples (Table + Source + Data) //Table DDL + Domains CREATE TABLE "CountryCodes" (   COUNTRY_SID "DOMSid" NOT NULL,   COUNTRY_CODE_A2 "DOMIsoA2" NOT NULL,   COU

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-05-30 Thread Carlos Guzmán Álvarez
Hello: > I've already requested test case. Don't be so eager. ;) > hehe -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no descienda de un esclavo, ni un esclavo que no haya tenido reyes en su familia. ___

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-05-30 Thread Jiri Cincura
On 30.5.2006 9:13 +0200 Carlos Guzmán Álvarez wrote: > And send a test case if possible to see what you are doing, of both c# > and the ddl, please I've already requested test case. Don't be so eager. ;) -- Jiri Cincura http://www.cincura.net/ ___ F

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-05-30 Thread Carlos Guzmán Álvarez
Hello: > What character set are you using in the connetion string ?? > And send a test case if possible to see what you are doing, of both c# and the ddl, please -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no descienda de un esclavo, ni un e

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-05-29 Thread Jiri Cincura
On 30.5.2006 5:05 +0200 Johan Leroy wrote: > All the unicode char's are wrong, if the first char is a unicode char it > disapears. It looks that is something wrong with decoding. If you read it as bytes, is it unicode string? Or can you send a test case (attach sql script for creating DB and sr

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-05-29 Thread Carlos Guzmán Álvarez
Hello: > I've created a table with eg a varchar field charset UNICODE_FSS. with > the FB .net provider I've made a connection to the database, set > charset to UNICODE_FSS, then I execute a SQL statement and fetch it > with fbReader.GetString(0). > All the unicode char's are wrong, if the first

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-05-29 Thread Johan Leroy
I've created a table with eg a varchar field charset UNICODE_FSS. with the FB .net provider I've made a connection to the database, set charset to UNICODE_FSS, then I execute a SQL statement and fetch it with fbReader.GetString(0). All the unicode char's are wrong, if the first char is a unicode

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-05-29 Thread Jiri Cincura
On 29.5.2006 16:20 +0200 Johan Leroy wrote: Hi, I've been searching for an example to work with the .net provider and C# but I can't find anything. The problem I have is that I don't get the requested result when I call a GetString(), the unicode char's aren't there (not in 1.7 and 2.0 RC4).

[Firebird-net-provider] UNICODE .NET provider and c#

2006-05-29 Thread Johan Leroy
Hi, I've been searching for an example to work with the .net provider and C# but I can't find anything. The problem I have is that I don't get the requested result when I call a GetString(), the unicode char's aren't there (not in 1.7 and 2.0 RC4). If anyone can help thx in advance regards