예제 #1
0
 public static void classtable(int n, string tableName)
 {
     MyMeans.sqlstr = "select life,attack,defense,experience,gold,keyyellow,keyblue,keyred,keyqing from tb_class";
     MyMeans.GetFindDataSet(tableName);
 }
예제 #2
0
 public static void mapxytable(int n, string tableName)
 {
     MyMeans.sqlstr = "select classx,classy from tb_map where classid = '" + n + "'";
     MyMeans.GetFindDataSet(tableName);
 }