CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    US NJ
    Posts
    113

    "Update" request

    I wrote a program that uses one Access database in a server runs win 98 and multi user accessing this database constantly. There are more than ten users accessing and making changes in the database all day. Here is my question:
    Before update the cashed recordset into the database how can I check the table is in use or not at that moment and if it is in use at that moment how can I reply my update request with a little loop.
    As far as I know “update” locks the selected row or table automatically (Default) till its done. But it seems like multi users crashing the database tables somehow.
    I use Wind 98 2nd addition and DAO. My client uses Win 98 as well.

    Any help appreciated.

    Thanks.
    Leo Koach

    www.openplace.com



  2. #2
    Join Date
    Nov 1999
    Location
    US NJ
    Posts
    113

    Re: "Update" request

    I made a mistake in my question I use ADO not DAO

    Leo


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