Search results for query: *

  1. A

    DataGrid with OleDB

    I created a data adapter with a parameter using the wizard: SELECT * from custactivity where client=? In the properties window I defined the parameter except the Value which I supose to update at run time. The datagrid I defined with datasource the data set corresponding to the data adapter. The...
  2. A

    Updating a MS Access table row

    Hi, I try to update a MS Access table row using OleDbDataAdapter. When I execute the code no error message is displayed but the column I update is not changed. Following is the code I used: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
Back
Top