Watch video belowSample Codes Here:Private Sub cmdD_Click()Dim a As Stringa = MsgBox("Are you sure you want to Delete?", vbQuestion + vbYesNo, "Message")If a = vbYes Thencon.Execute "Delete * from tblsampledb where FirstName='" & txtFN.Text & "'"MsgBox "Successfully Delete!", vbCritical, "Message"txtFN.Text = ""txtMN.Text = ""txtLN.Text = ""txtFN.SetFocusExit SubEnd IfEnd Sub
Blog Post
Biyernes, Marso 6, 2015
Visual Basic 6.0 : SQL Delete
Mga etiketa:
YouTube Video Tutorial
Mag-subscribe sa:
I-post ang Mga Komento (Atom)
0 (mga) komento:
Mag-post ng isang Komento