Breilly
The best way I know of creating a connection string is the following:
* On your desktop, create a brand new text file.
* Change the file extension to .udl
* double click on the file, and follow the guides to create a connection to the ODBC source you're interested in.
* When done, exit the wizard, and rename the file extension back to txt.
* Open the file in notepad, and there's your connection string. I don't think, though, that the wizard saves the connection password in the connection string. You'll probably have to add it yourself, and it's something like 'Pwd=1234567;'.
Hope this helps.
.DaviD.