Subject RE: [IBO] How could i get "real" SQL Statements with IBO Monitor?
Author Jason Wharton
What you see in IBO monitor is the REAL statement being executed on the
server.
It is literally a trace of the server dialog and no interpretation.

Jason Wharton

-----Original Message-----
From: cgar1136 [mailto:cgar1136@...]
Sent: Wednesday, May 05, 2004 11:25 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] How could i get "real" SQL Statements with IBO Monitor?


How could i get the real SQL Statements that goes throw the IBO
Connection
and could show them in a Memo component??

I mean, anybody here has seen an AstaServer Demo working?? in this
demos
when you modifies the field value in a client application the server
registers the action like: "Update Table Set Field = "FieldValue" ";
while
IBO registers something that shows the value of all the fields values
in the
record including the altered field.

How could i implement a SQL Monitor like the Asta Server Demo?? This
is a
great feature that i miss working with IBO without Asta... if
somebody have
an idea will be preciated

Thanx a lot

Carlos G