ADO, Access table and LDB file

From: Joe Pettit (joep_at_i-f-s.com)
Date: 09/21/04


Date: Tue, 21 Sep 2004 10:16:42 -0400

I have a Delphi app that accesses an Access table with the mode set to
cmddenynone; which will cause an LDB file to be created when the table gets
accessed.
Can I have another Delphi app access the table but this app accesses the
table with a mode of readonly, which should NOT create an LDB file.
If the first app has accessed the table and created the LDB file should the
second app be allowed to access the table?

Thanks for any help, Joe



Relevant Pages

  • Pending delete on LDB file from ADODB connection to Access 2.x database
    ... Users can connect and disconnect the Access app ok at this point ... Database access is via network file shares with full access rights ... Database connection control is 2 ... Once in this state, all new attempts to open the LDB file will fail, ...
    (microsoft.public.vb.database)
  • Re: ADO, Access table and LDB file
    ... > Can I have another Delphi app access the table but this app accesses the ... > table with a mode of readonly, which should NOT create an LDB file. ...
    (borland.public.delphi.database.ado)
  • Re: ADO, Access table and LDB file
    ... >Can I have another Delphi app access the table but this app accesses the ... >table with a mode of readonly, which should NOT create an LDB file. ... If you want a user to have readonly access you will have to do it through code ...
    (borland.public.delphi.database.ado)
  • Anyone got experience using MSLDBUSR.DLL in A97
    ... wanting to limit the number of links to the back end) to 5. ... count the users in text using the LDB file but also understand the ... success using this DLL in a production App, ... knowing my skills) many hours it'll take to build and test the code? ...
    (microsoft.public.access.security)
  • Re: Screen scraping or better method
    ... > I currently have an app that accesses a web page and I scrape the ... > parse the returned text to find the elements I want off of the page. ...
    (microsoft.public.dotnet.languages.vb)