Deleting data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ali Rizwan
    Banned
    Contributor
    • Aug 2007
    • 931

    Deleting data

    Hi
    How can i delete a record from a database.
    I m using vb6 and ADODC.
    thanx
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    First move to the reocrd and,:

    ADODC1.Recordse t.Delete

    Regards
    Veena

    Comment

    Working...