PDA

Click to See Complete Forum and Search --> : MSFlexGrid Help.


Smie
Jan 8th, 2000, 10:50 AM
How can I make my MSFlexGrid(bound to data1) save the information in the database? I have it load the info correctly, but when I change it, it only stores the information in the MSFlexGrid and not in the database. Why is this? What can I do to fix this?

LG
Jan 8th, 2000, 01:01 PM
Hi, Smie.
To save information in DB you have to use:

Data1.Recordset.Update

Larisa