|
3. Modify the value to properly identify your database.
For example, to connect to a database named CommunityServer? on the current machine with an account csSystem?and the password pa$$word12?
connectionString = "server=.;database=CommunityServer;uid=csSystem;pwd=pa$$word12"
For more information you can also visit http://www.communityserver.org the home of Community Server.
|