Search results for query: *

  1. O

    update a database from a datagrid

    How to "ask" datagrid what changes happen Thanks for your previous response, I still have a question. If the updates most be generated buy hand how can we know what staments to write. In other words the user interacts with the datagrid where he can insert delete or update a record how can...
  2. O

    update a database from a datagrid

    Hello, I have the following problem A datagrid binded to a dataset. The dataset gets data from a database through a dataAdapter. The data is comming from 2 tables in the database. Dim da as new oledbDataAdapter ("Select F1 F2 .. from Table1 inner join Table2" , connection) The goal is...
Back
Top