Re: [Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently

2016-07-11 Thread Ralf Jansen
ecute(); -Ursprüngliche Nachricht- Von: Ralf Jansen [mailto:ralf.jan...@mailstore.com] Gesendet: Donnerstag, 7. Juli 2016 18:19 An: For users and developers of the Firebird .NET providers Betreff: Re: [Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently Checked. No dan

Re: [Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently

2016-07-07 Thread Ralf Jansen
lstore.com] Gesendet: Donnerstag, 7. Juli 2016 17:42 An: For users and developers of the Firebird .NET providers Betreff: Re: [Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently I call FbConnection.ClearPool before backup. So there shouldn't be any 2.5 connections to that

Re: [Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently

2016-07-07 Thread Ralf Jansen
hing to do with the connection pool. -Ursprüngliche Nachricht- Von: Jiří Činčura [mailto:j...@cincura.net] Gesendet: Donnerstag, 7. Juli 2016 17:31 An: firebird-net-provider@lists.sourceforge.net Betreff: Re: [Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently > To g

Re: [Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently

2016-07-07 Thread Jiří Činčura
> To get that fixed I need to > restart the process. Are you sure. Isn't just cleaning the pool for that connection enough? -- Mgr. Jiří Činčura Independent IT Specialist -- Attend Shape: An AT&T Tech Expo July 15-16. M

Re: [Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently

2016-07-07 Thread Ralf Jansen
ebird-net-provider@lists.sourceforge.net Subject: Re: [Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently > Should that work? Can both libraries coexist? Can the Net. Provider > cope with that scenario? I think yes. Just use the ClientLibrary and point it to correct DLLs. -

Re: [Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently

2016-06-22 Thread Ralf Jansen
d-net-provider@lists.sourceforge.net Subject: Re: [Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently > Should that work? Can both libraries coexist? Can the Net. Provider > cope with that scenario? I think yes. Just use the ClientLibrary and point it to correct DLLs. -

Re: [Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently

2016-06-22 Thread Jiří Činčura
> Should that work? Can both libraries coexist? Can the Net. Provider cope > with that scenario? I think yes. Just use the ClientLibrary and point it to correct DLLs. -- Mgr. Jiří Činčura Independent IT Specialist -- A

[Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently

2016-06-22 Thread Ralf Jansen
Hi, I'm in the process of migrating a large .Net application that is using firebird embedded 2.5 to 3.0. To get a smooth transition with a minimum of user hassle and downtime it would be helpful to have both client libraries (2.5 and 3.0) used concurrently in the same process. There are presuma