InCo Internet Services

   Influential Computers, for Internet Services & Consultancy, situated on the Oxfordshire Berkshire border, near Reading, England

 

ODBC

The Microsoft Open Database Connectivity (ODBC) interface is a C programming language interface that makes it possible for applications to access data from a variety of database management systems (DBMSs). A central connection route is set up, called a System DSN, through which many connections can be made to the same data source.

However, it is becoming widely accepted that this is not the most efficient connection method. In fact, this type of connection is slightly less efficient than using a DSN-less connection (ADO connect string), because using a DSN means that each database connection requires a registry lookup. This registry lookup is not overly expensive, but it does add up when you have a number of concurrent users (more than 10 concurrent connections using a DSN begins to cause an overhead).

Go back to previous page at InCo-Internet  Page updated 07/04/2003 02:26:00  Copyright © 1999-2010 InCo-Internet All Rights Reserved

InCo Internet is a family run IT Consultancy, situated on the Oxfordshire Berkshire border near Reading, England.