Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.65K
~12.3K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for S2009

SqlConnection connect; string con1 = @"Data Source=" + newForm.ServerName + ";Initial Catalog=" + listBox2.SelectedItem + ";Persist Security Info=True;User ID=" + newForm.ID + ";Password=" + newForm.Pass; connect = new SqlConnection(con1); connect.Open(); SqlCommand command; command = new SqlCommand(@"backup database " + listBox2.SelectedItem + " to disk ='" + path + "\\" + …

Member Avatar for Ivan_86
0
12K

The End.