Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Remote connections
Tue, Jan 8 2008 5:43 AMPermanent Link

RB
Hi

I have a client-server application setup.  I would like to check whether there are any
remote connections before I backup the database using the server app... how can I achieve
this?

Thanks in advance.
Tue, Jan 8 2008 10:23 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ravinder,

<< I have a client-server application setup.  I would like to check whether
there are any remote connections before I backup the database using the
server app... how can I achieve this? >>

Just query this table in the Configuration database:

http://www.elevatesoft.com/scripts/manual.dll?action=mantopic&id=edb1sql&category=3&topic=49

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Feb 5 2008 6:02 AMPermanent Link

RB
Hi Tim

<<"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote:

Ravinder,

<< I have a client-server application setup.  I would like to check whether
there are any remote connections before I backup the database using the
server app... how can I achieve this? >>

Just query this table in the Configuration database:

http://www.elevatesoft.com/scripts/manual.dll?action=mantopic&id=edb1sql&category=3&topic=49

--
Tim Young
Elevate Software
www.elevatesoft.com >>

How can I do this using a TEDBQuery component within my app? How do I get it to look at
the configuration database? Your manual is missing this example on page 92...

Cheers

Tue, Feb 5 2008 7:19 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ravinder,

<< How can I do this using a TEDBQuery component within my app? How do I get
it to look at the configuration database? Your manual is missing this
example on page 92... >>

Just set the DatabaseName property to 'Configuration'.   The Configuration
database is just like any other database apart from the fact that it is
read-only.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image