Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connection Handle / Handler
Message
 
À
30/09/2007 23:32:03
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01257661
Message ID:
01258402
Vues:
10
Darren,

>Hi experts, I would like to ask how to create a connection handle / handler in Visual C# using a third party software Mere Mortals. My main purpose is to avoid having unuse connection resources in SQL Server and to manage connect and disconnect.

The MM .NET data access layer automatically handles connection/disconnection to the back end database and uses ADO.NET connection pooling. In order for a connection to be reused you must have the same credentials used on the connection. Some MM .NET users hard-code the credentails on the connection (rather than using each user's credentials) on web applications to make sure connection pooling kicks in.

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform