Search results for query: *

  1. S

    Database Table Update

    Hi, I am trying to update two fields in a database at the same time with the following code...... Private Sub btnupdate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnupdate.Click Dim con As OleDb.OleDbConnection = OleDbConnection2 Dim cmd As...
Back
Top