Search results for query: *

  • Users: Omega3
  • Content: Threads
  • Order by date
  1. 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