An OleDbConnection object represents a unique connection to a data source. In the case of a client/server database system, it is equivalent to a network connection to the server.
Author: Microsoft Corporation Code: ASP.NET v1.0 & VB
This article demonstrates how to use an OLE DB Universal Data Link (.udl) file to specify the connection string that an ADO.NET OleDbConnection object uses to establish a database connection.
Author: unknown Code: ASP.NET Beta 2 & VB