|
-
Aug 11th, 1999, 07:22 PM
#1
Thread Starter
New Member
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!!
------------------
-
Aug 11th, 1999, 10:17 PM
#2
Frenzied Member
You'll need somewhere in your code, for the bound control attached to the dbgrid:
dat.Recordset.Edit
dat.Recordset.Update
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|