string srvname = "MY-PC/SPARTAN"; Server srv; srv = new Server(srvname); Database db; db = new Database(srv, "iji");
string srvname = "MY-PC\\SPARTAN";
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)