Subject Re: Memory Problem With Select
Author jamesg@taglim.com
Ahh, that was it. Turns out the example I copied from used Close,
what I needed was Drop. Thanks for the help!

James

--- In ib-support@y..., Paul Reeves <paul@f...> wrote:
> What are you passing in isc_dsql_free_statement - drop or close?
Have you
> tried closing and then dropping?
>
> isc_dsql_free_statement(@StatusVector, @FStmtHandle, DSQL_Close);
> isc_dsql_free_statement(@StatusVector, @FStmtHandle, DSQL_Drop);