Use this little-known utility to enhance OLE DB management
OLE DB is rapidly displacing ODBC as the standard database development API, but ODBC still offers several advantages, one of which is ease of management. You can easily view installed ODBC drivers and configure new data sources by using the ODBC Administrator, which you can find in the Control Panel for Windows NT and Windows 9x or in the Administrative Tools folder in Windows 2000. OLE DB has no interface that is equivalent to the ODBC Administrator, which is both good and bad news for developers.
On ...