Re: Unprepare an TADOQuery?
- From: "Guillem" <guillemvicens-nospam@xxxxxxxxxxxxxxxxxx>
- Date: 26 Sep 2005 02:57:14 -0700
Daniel Voelkel wrote:
> Hi,
>
> is there a way to unprepare a TAdoQuery? I need this to do the
> following:
>
> - create and fill a temp table
> - execSQL a Query which uses the temp table
> - use the data in further queries
> - drop the temp table
>
if i understood you right, you are using ExecSQL to return a SELECT
statement. That's not a good idea. For any query that returns a cursor
you should use Open instead
--
Best regards :)
Guillem Vicens
Dep. Informática Green Service S.A.
www.clubgreenoasis.com
--
in order to contact me remove the -nospam
.
- Follow-Ups:
- Re: Unprepare an TADOQuery?
- From: Daniel Voelkel
- Re: Unprepare an TADOQuery?
- References:
- Unprepare an TADOQuery?
- From: Daniel Voelkel
- Unprepare an TADOQuery?
- Prev by Date: Re: Unprepare an TADOQuery?
- Next by Date: Re: Unprepare an TADOQuery?
- Previous by thread: Re: Unprepare an TADOQuery?
- Next by thread: Re: Unprepare an TADOQuery?
- Index(es):
Relevant Pages
|