Results 1 to 3 of 3

Thread: delete record using data control

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    8
    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

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Posts
    253

    Lightbulb

    Try: Data1.Recordset.Delete

    Hope that will help you!

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    8
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width