Re: Prepared TADOQuery Question
- From: "Isaac Alexander" <isaacNOSPAM@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 10 Aug 2006 09:02:12 -0700
SQL server converts queries to stored procedures and then caches the
Is there any point in using parameterized prepared queries in ADO? Or am
I
using the TADOQuery incorrectly?
stored
procedure for future use. This is one way it executes more efficiently..
Using parameterized queries in Delphi should speed up the conversion but
using
Prepare in Delphi doesn't help
Thanks.
.
- References:
- Prepared TADOQuery Question
- From: Isaac Alexander
- Re: Prepared TADOQuery Question
- From: Brian Bushay TeamB
- Prepared TADOQuery Question
- Prev by Date: Re: Like TClientDataSet.Delta,ADO can only save modified data into stream or file?
- Next by Date: Live TADOQuery Auto SQL Generation Problem
- Previous by thread: Re: Prepared TADOQuery Question
- Next by thread: Live TADOQuery Auto SQL Generation Problem
- Index(es):
Relevant Pages
|