Re: [Firebird-net-provider] Error in FbConnection.ChangeDatabase

2007-12-06 Thread Jiri Cincura
On 12/6/07, paha <[EMAIL PROTECTED]> wrote: > I'll create a ticket Fixed in SVN. -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - SF.Net email is sponsored by: Che

Re: [Firebird-net-provider] Error in FbConnection.ChangeDatabase

2007-12-06 Thread paha
Jiri Cincura wrote: > > We're only people. :) Please create a ticket in tracker. I'll solve > this tonight. Thanks. > Sure, i have no objections :-) , i didn't know that this method doesn't work either, because i never used it, i always did just the same manually, changed dbname, and reconnecte

Re: [Firebird-net-provider] Error in FbConnection.ChangeDatabase

2007-12-06 Thread Jiri Cincura
On 12/6/07, paha <[EMAIL PROTECTED]> wrote: > as you see, you forgot to assign a new connection string to the current > connection before reconnecting :) We're only people. :) Please create a ticket in tracker. I'll solve this tonight. Thanks. -- Jiri {x2} Cincura (Microsoft Student Partner) htt

[Firebird-net-provider] Error in FbConnection.ChangeDatabase

2007-12-06 Thread paha
Hi Jiri and Carlos, i found one little error in FbConnection.ChangeDatabase (at least in 2.5.0 alpha1) here is the code try { FbConnectionStringBuilder csb = new FbConnectionStringBuilder(this.connectionString); /* Close current connectio