Re: how to access final SQL from parameterized ADO
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Tue, 12 Sep 2006 14:43:12 -0400
dondraper wrote:
Sorry, I was not clear enough. I need to access the SQL from ADO after
the execute has occurred. I want to be able to store the entire sql so
that it may retrieved in the future and same query ran again without
the need for the original query values.
Is there a way to do this from ADO?
No. all you can do is save the parameter values somewhere (perhaps in
Session or Application) and re-use them with the same sql statement (or
with a stored procedure).
Why would you need to be able to do this?
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
.
- Follow-Ups:
- Re: how to access final SQL from parameterized ADO
- From: dondraper
- Re: how to access final SQL from parameterized ADO
- References:
- how to access final SQL from parameterized ADO
- From: dondraper
- Re: how to access final SQL from parameterized ADO
- From: dondraper
- how to access final SQL from parameterized ADO
- Prev by Date: Re: how to access final SQL from parameterized ADO
- Next by Date: Re: how to access final SQL from parameterized ADO
- Previous by thread: Re: how to access final SQL from parameterized ADO
- Next by thread: Re: how to access final SQL from parameterized ADO
- Index(es):
Relevant Pages
|
|