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

2016-07-11 Thread Ralf Jansen
Jansen [mailto:ralf.jan...@mailstore.com] Gesendet: Donnerstag, 7. Juli 2016 17:42 An: For users and developers of the Firebird .NET providers <firebird-net-provider@lists.sourceforge.net> Betreff: Re: [Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently I call FbConnection.ClearPool befor

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

2016-07-07 Thread Ralf Jansen
] Gesendet: Donnerstag, 7. Juli 2016 17:42 An: For users and developers of the Firebird .NET providers <firebird-net-provider@lists.sourceforge.net> Betreff: Re: [Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently I call FbConnection.ClearPool before backup. So there shouldn't

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

2016-07-07 Thread Ralf Jansen
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 get that fixed I n

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 Tech Expo July 15-16.

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

2016-07-07 Thread Ralf Jansen
] Sent: Mittwoch, 22. Juni 2016 11:12 To: firebird-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 C

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

2016-06-22 Thread Ralf Jansen
-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. -- Mgr

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 --

[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