Click here to Skip to main content
15,885,880 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I am using Enterprise Library in my Winform application in .Net and Oracle is my database.
I want to implement connectino pooling in my application.
My conenction strign is similar to one given below

<connectionStrings>
<add name="MyName" connectionString="user id=MyID;password=MyPassowrd;data source=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = MyHost)(PORT = 1234))(CONNECT_DATA = (SID = MySID)))" providerName="System.Data.OracleClient"/>
</connectionStrings>



To implement connection pooling, will this be a configuration change or a C# code change.

Please advice the best possible solution.

Happy Coding
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900