> How do I connect to SQL Server 2005 from within VB? I am currently using the
> collowing connection string:
[quoted text clipped - 4 lines]
> thanks
> Emma
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