Ask a Question

Knowledge Base

Tools
Categories Rss

Example Microsoft SQL Database .NET connection string

Reference Number: AA-00123 Views: 1139 Created: 2010-07-30 12:08 Last Updated: 2011-06-27 16:58 0 Rating/ 0 Voters

The following is an example of a correctly formatted .NET connection string for Microsoft SQL 2005/2008 database.

Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;


Info Ask a Question