string strConnection =
"Data Source=system_name;Initial Catalog=DBname;User ID=username;Password='password';"
;
SqlConnection objConnection =
new
SqlConnection(strConnection);
No comments:
Post a Comment