Skip to content

Commit

Permalink
FETCHING RESULTS WITH ADO NET
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicTheCat committed Feb 20, 2019
1 parent 0255281 commit cf95678
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
public static class Configuration
{
public static string connectionParams = "Server=LENOVO\\SQLEXPRESS; Database=MinionsDB; Integrated Security=true; MultipleActiveResultSets=true;";
public static string connectionParams = "Server=.; Database=MinionsDB; Integrated Security=true; MultipleActiveResultSets=true;";
}
}

0 comments on commit cf95678

Please sign in to comment.