no parameterized query but query actually passed
- From: "Boefje" <boefje@xxxxxxxxxxx>
- Date: 31 Aug 2005 05:02:49 -0700
I use a parameterized query. Something like
$query = "SELECT * FROM Customer WHERE CustNo = :Number";
ParamByName('Number').AsInteger := 4;
I would like to see the SQL statement actually being passed, so with
the parameters replaced by the actual values
That would be
"SELECT * FROM Customer WHERE CustNo = 4"
Is this possible? I know it is possible with a third party tool, but is
it possible from the Delphi code?
Thanks,
B.
.
- Follow-Ups:
- Re: no parameterized query but query actually passed
- From: Marc Rohloff
- Re: no parameterized query but query actually passed
- Prev by Date: Re: J. French - See this ?
- Next by Date: Re: no parameterized query but query actually passed
- Previous by thread: toolbar with buttons in disarray after printing
- Next by thread: Re: no parameterized query but query actually passed
- Index(es):