摘要:
//判断表是否存在 public static bool IsExist(string tablename, OracleConnection strconn) { String tableNameStr = "select count(*) from user_tables where table_name ='" + tablename.ToUpper() + "'"; OracleCommand cmd = new OracleCommand(tableNameStr, strconn); int result =Convert.T 阅读全文
posted @ 2011-08-10 17:05
易成波
阅读(726)
评论(0)
推荐(0)
浙公网安备 33010602011771号