摘要:
privatevoidsave_db(){SqlConnectionconn=newSqlConnection(ConfigurationSettings.AppSettings["..."].ToString());SqlCommandcomm=newSqlCommand();conn.Open();SqlTransactionrollbk2=conn.BeginTransaction();co... 阅读全文
摘要:
private void save_db(){ SqlConnection conn = new SqlConnection(ConfigurationSettings.AppSettings["..."].ToString()); SqlCommand comm = new SqlCommand(); conn.Open(); SqlTransaction rollbk2... 阅读全文