Article ID: 189680 - Last Review: July 15, 2004 - Revision: 3.6 How To Use Data Link Files with ADOThis article was previously published under Q189680 On This PageSUMMARY ODBC includes the ability to save Data Source Name (DSN)
information (which basically amounts to persisted connection strings) in a
simple file rather than in the registry. ActiveX Data Objects (ADO)provides similar functionality in the form of a Data Link file (*.udl). MORE INFORMATIONCreate a Data Link File
Use a Data Link File in Code with an ADO ConnectionUsing a Data Link file for an ADO connection is fairly simple. The following is the syntax, using an absolute path:REFERENCES For additional information, click the following article number
to view the article in the Microsoft Knowledge Base: 308075
(http://support.microsoft.com/kb/308075/EN-US/
)
How To Use Data Link Files with the OleDbConnection Object in Visual Basic .NET
For additional information, see the following
Microsoft Web sites: http://support.microsoft.com/contactus/?ws=support
(http://support.microsoft.com/contactus/?ws=support)
http://msdn.microsoft.com/en-us/library/cc668796.aspx
(http://msdn.microsoft.com/en-us/library/cc668796.aspx)
APPLIES TO
| Article Translations
|
Back to the top
