Search results for query: *

  • Users: bagel
  • Content: Threads
  • Order by date
  1. B

    Timing issues with ExecuteNonQuery

    Hi, I am adding a record to the database using an ExecuteNonQuery, which adds without problem. Now after the record is added I run a method passing in some info as well as the curretnly opened connection (byRef cn as OleDbConnection). Am using an Access 2000 database. Now in this new method...
  2. B

    finding changed records

    Hi, I have a DataGrid on a form that is bound to a disconnected dataset. What I want to be able to do, when the user makes their changes and click on the save button (dataSet.update) would like to get all the rows that will be changed when the update is done, and their original value so...
Back
Top