document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Protected Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
  2. objekKoneksi.Open()
  3. Dim Rubah As String = "UPDATE Tablepesandanbelikacamata set NamaProduct='" + Textnama.Text + "' where NoPenjualan='" + Trim(Textnopenjualan.Text) + "'"
  4. Dim oCmd = New OleDbCommand(Rubah, objekKoneksi)
  5. oCmd.ExecuteNonQuery()
  6. objekKoneksi.Close()
  7. MsgBox("Sukses")
  8. End Sub
');