示例#1
0
 public static object rd_sel(string k)
 {
     return(Sq_h.run_ro(k));
 }
示例#2
0
        public static Object bk_check(Book bk)
        {
            string sql = string.Format("select bkStatus from dbo.book where bkID = '{0}'", bk.bkID);

            return(Sq_h.run_ro(sql));
        }