CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2000
    Location
    Belgium, Bruges
    Posts
    146

    is an access table open??

    hi,

    i have a program that uses an access database. it could be that 2 users are in the database.
    Is there a way to check if a table is in use (so table, not database) by another user??

    thanx


  2. #2
    Join Date
    Aug 2000
    Location
    Namibia
    Posts
    139

    Re: is an access table open??

    This is possible (in a round-about way). If you use the appropriate locking options on the table (when you call recordset.open) an error will be thrown informing that the table is already in use.
    HTH


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