Mohamed Hussain
.Net Developer
Tuesday, 30 April 2013
delete query in windows forms
string dquery = "delete from IBS_DC_DTLS where Sl_No = '" + desid + "' and DC_No = '" + dcno + "'";
SqlCommand dcmd = new SqlCommand(dquery, con);
dcmd.ExecuteNonQuery();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment