Do you mind pointing me towards a sample project or code that I can
reference? 

Thanks in advance.

Phillip

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of Jiri Cincura
Sent: Tuesday, October 09, 2007 1:23 PM
To: For users and developers of the Firebird .NET providers
Subject: Re: [Firebird-net-provider] Connection Pooling

On 10/9/07, Phillip M. Day <[EMAIL PROTECTED]> wrote:
> I guess that is what I am asking.  How do I use a connection pool?

You already has "Pooling=true" in connection string. So just
open/close connections where you need. Try to open at least as
possible and close as fast as possbile. Provider will the use only
this one (or little bit more in some concurrent situations) connection
with no performance problems.

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

------------------------------------------------------------------------
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to