Forgot how to write connection string?
Here a site http://www.connectionstrings.com/ which reminds you. Plenty of databases there, some of them I never heard! For well-known databases I use the following trick:
- create new file test.udl
- open it, define connection settings
- close it
- open in notepad and copy connection string from there
1 Comments:
See also:
http://www.codeproject.com/database/connectionstrings.asp
Post a Comment
<< Home