Subject Re: [IBO] access to the native / executed SQL of a query
Author stahlberger@t-online.de
don't know if you understand what i meant but in the meantime i recognized
that
aQuery.ServerSQL contains exactly what i would like to use to put in the
Quickreport.IBO_Query!

----- Original Message -----
From: <stahlberger@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, April 17, 2001 5:37 PM
Subject: [IBO] access to the native / executed SQL of a query


| Hi,
| is it possible to get the native/executed (paramvalues instead of
| paramnames) sql?
|
| Query.SQL contains:
| SELECT * FROM PUSER
| WHERE PU_ID = :ID AND
| PU_ACCOUNT > :ACC
|
| wish to get Access:
| SELECT * FROM PUSER
| WHERE PU_ID = 5 AND
| PU_ACCOUNT > 10000
|
| Greetings Christian
|
|
|
|
|
|
| Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|
|