PDA

Click to See Complete Forum and Search --> : DBGrid


Harry
Aug 11th, 1999, 07:22 PM
I written a VB application that will populate a DBGrid with a DBase database (*.dbf). My problem is after the DBGrid is populated I want to allow the user to make changes to the database through the use of the DBGrid. I was able to make changes right on the DBGrid but I discovered that the changes was not saved when I open the test.dbf database. If anyone knows how to save the changes I would really appreciate the help. Thanks a lot!!

------------------

JHausmann
Aug 11th, 1999, 10:17 PM
You'll need somewhere in your code, for the bound control attached to the dbgrid:

dat.Recordset.Edit
dat.Recordset.Update