Board index » delphi » automatic switching of client applications while sql monitoring

automatic switching of client applications while sql monitoring


2005-03-17 02:34:00 PM
delphi42
Sir,
I am using delphi 7 ,but the problem is that while running my application which has some 30-35 exe's the sql monitor does not automatically switches the exe's despite auto client change is selected.
can you please help how to use it and what is the recent version of sql monitor available which is compatible with delphi7,as the present version i m using is 1.0.
waiting for your response
thanks and regards
 
 

Re:automatic switching of client applications while sql monitoring

Piyush writes:
Quote
can you please help how to use it and what is the recent version of
sql monitor available which is compatible with delphi7,as the present
version i m using is 1.0.
SQL Monitor has no way to do what you want. You must switch manually.
The version of SQL Monitor included with Delphi 7 is the most recent and is
also the last version of SQL Monitor, as the BDE is now deprecated.
IBX's SQL Monitoring component allows you to monitor more than one app
at a time.
--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : blogs.teamb.com/craigstuntz
Everything You Need to Know About InterBase Character Sets:
blogs.teamb.com/craigstuntz/articles/403.aspx
 

Re:automatic switching of client applications while sql monitoring

yes true, it is not performing as I do require but then why this AUTO CLIENT SWITCH is incorporated in the delphi-->SQL Monitor-->Options IDE itself.
Is there any website you can tell from where I can download trial version of IBX sql monitor, or any such utilities which can record the time for the sql queries that are being executed.
thanks in advance
"Craig Stuntz [TeamB]" <XXXX@XXXXX.COM [a.k.a. acm.org]>writes:
Quote
Piyush writes:

>can you please help how to use it and what is the recent version of
>sql monitor available which is compatible with delphi7,as the present
>version i m using is 1.0.

SQL Monitor has no way to do what you want. You must switch manually.

The version of SQL Monitor included with Delphi 7 is the most recent and is
also the last version of SQL Monitor, as the BDE is now deprecated.

IBX's SQL Monitoring component allows you to monitor more than one app
at a time.

--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : blogs.teamb.com/craigstuntz
Everything You Need to Know About InterBase Character Sets:
blogs.teamb.com/craigstuntz/articles/403.aspx
 

Re:automatic switching of client applications while sql monitoring

piyush writes:
Quote
Is there any website you can tell from where I can download trial
version of IBX sql monitor, or any such utilities which can record
the time for the sql queries that are being executed.
You can get the IBX components from Jeff Overcash's page on
CodeCentral, and a monitoring application separately from the same
place. They're free. But IBX's SQL Monitor only works with the IBX
components, and I don't know how -- if it is even possible -- to write a
custom SQL Monitor for BDE apps.
-Craig
--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : blogs.teamb.com/craigstuntz
How to ask questions the smart way:
www.catb.org/~esr/faqs/smart-questions.html