Can any body tell me about the different between query and Ad hoc query...
when we use this term ad hoc queries.
Thanks
Noor
Query is a more general term that refers to the act of selecting data
and could be saved (a view) or a select statement sent from a client
app. An ad hoc query usually refers to a query that is constructed in
client code by stitching together input from the user. The
concatenated SELECT statement (query) is then sent to the server to be
executed.
--Mary
On Fri, 25 Jun 2004 09:40:23 +0500, "Noor" <noor@.ngsol.com> wrote:
>Can any body tell me about the different between query and Ad hoc query...
>when we use this term ad hoc queries.
>Thanks
>Noor
>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment