> The connection string that I have been using to connect to SQL Server 2000
> is like the following:
[quoted text clipped - 4 lines]
> What changes would I need to make to the above connection string in order to
> be able to access SQL Server 2005?
http://www.connectionstrings.com/
Also check out the "Using Data Link" topic in the Windows Help file
(Start->Help). Udl provides a simple mechanism for building and testing
connection strings for your domain. When you are done, open the file in
notepad and copy the connection string into your program.
hth
-ralph