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