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

Thread: Data Control

  1. #1
    Guest

    Data Control

    Is there any way to lock a database that is in use by a program so that it cannot be read or written to when using a data control to access that database? After I set the data control's recordset and recordsource property I want to make it so that no one else can open the database. Is this possible? Thanks


  2. #2
    Guest

    Never mind, figured it out...(nt)

    nt = no text



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