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] Visual Web Developer 2008 Express

2007-12-06 Thread Jiri Cincura
On 12/6/07, Steve Johnson <[EMAIL PROTECTED]> wrote: > How do you add FirebirdClient assembly to references? I don't know VWD Express exactly, but in Solution Explorer, there's a "folder" References. Right-click and choose Add Find the FirebirdClient assembly and click OK. After that, if you

Re: [Firebird-net-provider] Visual Web Developer 2008 Express

2007-12-06 Thread Steve Johnson
How do you add FirebirdClient assembly to references? ""Jiri Cincura"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 12/4/07, Steve Johnson <[EMAIL PROTECTED]> wrote: >> I'm a newbee in Visual Web Developer (VWD) and not sure of the >> "preferred" >> method to attach a Firebi

[Firebird-net-provider] [FB-Tracker] Created: (DNET-143) Error in FbConnection.ChangeDatabase

2007-12-06 Thread Pavel (JIRA)
Error in FbConnection.ChangeDatabase Key: DNET-143 URL: http://tracker.firebirdsql.org/browse/DNET-143 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versio

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