Example #1
0
File: Dbutil.cs Project: zmYe/dbc
 public static void closeSQLServer(SqlConnection conn)
 {
     ConSqlServer.close(conn);
 }
Example #2
0
File: Dbutil.cs Project: zmYe/dbc
 public static ArrayList query(SqlCommand cmd)
 {
     return(ConSqlServer.query(cmd));
 }
Example #3
0
File: Dbutil.cs Project: zmYe/dbc
 public static SqlConnection getSQLServerConnection(int key)
 {
     return(ConSqlServer.getConnection(dic[228]));
 }