public void Execute(string dbName, string sqlStr) { using (CJia.DataAdapter ada = new DataAdapter(dbName)) { ada.Execute(sqlStr); } }