Re: [Firebird-net-provider] remove me from mailing LIST!

2006-05-30 Thread Carlos Guzmán Álvarez
Hello: Unsuscribe here: http://lists.sourceforge.net/lists/listinfo/firebird-net-provider -- 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 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-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] v 2.0 rc 4.0 CommandBehavior problem !

2006-05-30 Thread Carlos Guzmán Álvarez
Hello: > OK i found the solution in fact when a control do a databind with a > datareader the overiden GetEnumerator is called and now it returns "New > Dbenumerator(this)" or it sould return "New > DbEnumerator(this,(CommandBehavior.Default != > (CommandBehavior.CloseConnection & this._behavior))

Re: [Firebird-net-provider] v 2.0 rc 4.0 CommandBehavior problem

2006-05-30 Thread Le roy Arnaud
> Hello: >> I try the new dispose implemmentation but it doesn't work the properties >> have not changed and the connection still open :( >> >> I search also but for the moment i don't find witch method is called by t= >> he data binding method to close the datareader and the connection :( >> =

Re: [Firebird-net-provider] v 2.0 rc 4.0 CommandBehavior problem !

2006-05-30 Thread Le roy Arnaud
> What about this one: > > return new DbEnumerator(this, = > > this.IsCommandBehavior(CommandBehavior.CloseConnection)); In fact when the second parameter of the dbenumerator constructor is true the datareader is automatically close at the end of the iteration; "MSDN said" : [DbEnumerator (IDa

Re: [Firebird-net-provider] v 2.0 rc 4.0 CommandBehavior problem !

2006-05-30 Thread Carlos Guzmán Álvarez
Hello: > In fact when the second parameter of the dbenumerator constructor is > true the datareader is automatically close at the end of the iteration; > "MSDN said" : > > [DbEnumerator (IDataReader, Boolean) > > Initializes a new instance of the DbEnumerator class using the > specified DataRea

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 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] DDEX Problems

2006-05-30 Thread Lee Rothman
Carlos Guzmán Álvarez wrote: > What version of Vs SDK do you have installed ?? April 2006. > > >5) Modified the FirebirdDDEXProvider.reg file and made > Path="C:\\Program Files\\FirebirdClient" , and loaded it into the > >registry. > > Can you add the paths with slashes at the end ?? I tried

Re: [Firebird-net-provider] DDEX Problems

2006-05-30 Thread Lee Rothman
Hi Sergio, Thanks for that, too be honest I didn't really want to have to uninstall everything, but I shall give it a go when I return from a customer site later in the week. I shall let you know how I get on. Cheers, Lee. Sergio Samayoa wrote: > Lee: > > I got messed up before but with a fr

Re: [Firebird-net-provider] FirebirdClient ADO.NET 2.0 Enhancement code

2006-05-30 Thread Carlos Guzmán Álvarez
HEllo: > I am using firebird and the .Net client and found I can not connect to a > server if the server name/address does not get resolved by the > "GetIPAddress" function in > "\source\FirebirdSql\Data\Client\Gds\GdsConnection.cs". The change should be in CVS now. Thanks very much !! -- Carlo