hi,
I am using Dbgrid and data control. The data is loaded into DBGrid using Data control. How do I delete a record from DbGrid by using code ????
Thanks
Albert
Printable View
hi,
I am using Dbgrid and data control. The data is loaded into DBGrid using Data control. How do I delete a record from DbGrid by using code ????
Thanks
Albert
Try: Data1.Recordset.Delete
Hope that will help you!
Hi,
Geez, why I never think of that. I thought since there was no option for DataControl.Delete and MSDN doesn't help much, then I should use different approach.
Thanks a lot.