Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to check for and/or create connection to DB
Message
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01561620
Message ID:
01561684
Vues:
54
Hi Dorris,

Not the exact answer to your question. Take a look at object-relational mapping (ORM) software -- examples: LINQ to SQL, Entity Framework, LLBLGen Pro, Telerik OpenAccess. The latter I can recommend as a very decent one.

The ORM software hides many database-related complexities from developer. With ORM you do not deal with connections, databases, tables, views and stored procedures directly, but through a set of classes. Not without its own issues & difficulties, the ORM still a great way of handling data.

Major ORMs can handle connections and connection pools -- that's an answer to your question.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform