CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Location
    Brooklyn, NY USA
    Posts
    171

    Delete Record in ADO Recordset

    I used to work in Access 97 with DAO. Now I'm trying to use ADO. It doesn't perform Delete method if the record has releted records in other tables. In DAO since I set Cascade Delete Related Records to True there is no problem. What do I need to do to delete record using ADO?
    Thank you
    Vlad


  2. #2
    Join Date
    Apr 1999
    Location
    Brooklyn, NY USA
    Posts
    171

    Re: Delete Record in ADO Recordset

    Never mind. Access was broken. After reinstallation everything's fine


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

Featured