From help files:
In ADO.NET you create and manage connections using connection objects:
a.. SqlConnection - an object that manages a connection to a SQL Server
version 7.0 or later. It is optimized for use with SQL Server 7.0 or later
by (among other things) bypassing the OLE DB layer.