Re: ADO, Access table and LDB file
From: hu zhenghui (webmaster_at_huzhenghui.51.net)
Date: 09/22/04
- Next message: hu zhenghui: "Re: Share ADO Connection from Exe TO DLL"
- Previous message: hu zhenghui: "Re: ADO and DBGrid and DbEdit"
- In reply to: Joe Pettit: "ADO, Access table and LDB file"
- Next in thread: Brian Bushay TeamB: "Re: ADO, Access table and LDB file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 22 Sep 2004 06:21:02 +0800
Set the Mode property of the ADOConnection object to cmShareDenyNone.
-- If my answer can't solve you problem, welcome mail me the project files. webmaster@huzhenghui.51.net "Joe Pettit" <joep@i-f-s.com> дÈëÏûÏ¢ news:41503817@newsgroups.borland.com... > 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 > >
- Next message: hu zhenghui: "Re: Share ADO Connection from Exe TO DLL"
- Previous message: hu zhenghui: "Re: ADO and DBGrid and DbEdit"
- In reply to: Joe Pettit: "ADO, Access table and LDB file"
- Next in thread: Brian Bushay TeamB: "Re: ADO, Access table and LDB file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|