Re: Howto findout Ado not connected
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Wed, 13 Sep 2006 19:05:54 -0500
Hi there,
I like to know if it is possible to find out if there is someone connected
to an Acces database.
I have a few users on an Acces database. When i want to compact and repair
the database then everyone has to be disconnected.
( Delphi 7 & ADO & Acces )
This code should give you a list of users connected to your Access Database into
the dataset specified here as AdoDataset1
AdoConnection1.OpenSchema(siProviderSpecific,emptyParam,'{947bb102-5d43-11d1-bdbf-00c04fb92675}',
AdoDataset1);
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- Follow-Ups:
- Re: Howto findout Ado not connected
- From: Eric Verstrepen
- Re: Howto findout Ado not connected
- References:
- Howto findout Ado not connected
- From: Verstrepen
- Howto findout Ado not connected
- Prev by Date: Re: Howto findout Ado not connected
- Next by Date: Re: Howto findout Ado not connected
- Previous by thread: Re: Howto findout Ado not connected
- Next by thread: Re: Howto findout Ado not connected
- Index(es):
Relevant Pages
|