Subject | Re: Memory Problem With Select |
---|---|
Author | jamesg@taglim.com |
Post date | 2001-10-25T12:06:12Z |
Ahh, that was it. Turns out the example I copied from used Close,
what I needed was Drop. Thanks for the help!
James
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);