private void menuItem_3_Click(object sender, EventArgs e) { if (this.listView1.SelectedItems.Count > 0) { string text = this.listView1.SelectedItems[0].SubItems[1].Text; DBA.smethod_7(string.Format("UPDATE TBL_ACCOUNT SET FLD_ZT=1 WHERE FLD_ID='{0}'", text), "rxjhaccount"); } }
private void menuItem_2_Click(object sender, EventArgs e) { if (this.listView1.SelectedItems.Count > 0) { string text = this.listView1.SelectedItems[0].SubItems[5].Text; DBA.smethod_7(string.Format(" Insert into TBL_BANED values ( '{0}')", text), "rxjhaccount"); } }