CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    ADO, DAO and Jet

    1. What is the right technology to use with Jet, DAO or ADO?
    2. DAO has recordset locking and record locking (preemptive). In ADO, how do you do it? I find these locks very important for multiuser usages, what do you say?


  2. #2
    Join Date
    Jan 2000
    Posts
    2

    Re: ADO, DAO and Jet

    Text books have been written on this topic, and if they could be bothered, many people would respond to your post with equal sized replies!

    I suggest a little more reading of the readily-available informatation out there before asking such broad, non-specific questions.


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