Re: Howto findout Ado not connected
- From: "Eric Verstrepen" <eric.verstrepen@xxxxxxxxxx>
- Date: Thu, 14 Sep 2006 20:03:02 +0200
Thanks,
Works great
Eric Verstrepen
"Brian Bushay TeamB" <BBushay@xxxxxxxxx> schreef in bericht
news:d17hg21aeen3d0truvvdoqf4jkd2jfh1q9@xxxxxxxxxx
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
.
- References:
- Howto findout Ado not connected
- From: Verstrepen
- Re: Howto findout Ado not connected
- From: Brian Bushay TeamB
- Howto findout Ado not connected
- Prev by Date: Re: Howto findout Ado not connected
- Next by Date: Re: Delphi7 / ADO - 'Origin' property of TQuery blank
- Previous by thread: Re: Howto findout Ado not connected
- Next by thread: Re: Delphi7 / ADO - 'Origin' property of TQuery blank
- Index(es):
Relevant Pages
|