Subject | Re: [firebird-support] api function sequence |
---|---|
Author | Olivier Mascia |
Post date | 2004-07-11T21:37:17Z |
Hello,
On Sun, 11 Jul 2004 23:20:50 +0200,
Faultier wrote:
Best Regards,
Olivier Mascia
On Sun, 11 Jul 2004 23:20:50 +0200,
Faultier wrote:
> the function isc_dsql_allocate_statement() will allocate a statementTo prepare another statement, after one was prepared, you have to:
> handle and the function isc_dsql_prepare() will set the statement handle
> to refer to the parsed format.
> Do I have to call isc_dsql_free_statement(...DSQL_drop) and
> isc_dsql_allocate_statement() again for another call to isc_dsql_prepare() ?
> isc_dsql_free_statement(...DSQL_drop)That is:
> isc_dsql_prepare()
> function sequence:--
> isc_dsql_allocate_statement()
> isc_dsql_prepare()
> isc_dsql_execute()
> isc_dsql_free_statement(...DSQL_drop)
> isc_dsql_prepare() // ???
> isc_dsql_execute()
> isc_dsql_free_statement(...DSQL_drop)
Best Regards,
Olivier Mascia