Subject | What is the purpose of isc_dsql_fetch_m? |
---|---|
Author | partsi |
Post date | 2008-01-12T15:22:12Z |
What is the purpose of isc_dsql_fetch_m? I do not find any
documentation for this function.
Declaration in ibase.h:
ISC_STATUS ISC_EXPORT isc_dsql_fetch_m(
ISC_STATUS*,
isc_stmt_handle*,
unsigned short,
const ISC_SCHAR*,
unsigned short,
unsigned short,
ISC_SCHAR*
);
isc_dsql_fetch retrieves one row of data returned by a previously
prepared and executed DSQL statement. Is isc_dsql_fetch_m capable of
retrieving multiple rows? What are the meaning of its parameters?
Any help appreciated.
Partsi
documentation for this function.
Declaration in ibase.h:
ISC_STATUS ISC_EXPORT isc_dsql_fetch_m(
ISC_STATUS*,
isc_stmt_handle*,
unsigned short,
const ISC_SCHAR*,
unsigned short,
unsigned short,
ISC_SCHAR*
);
isc_dsql_fetch retrieves one row of data returned by a previously
prepared and executed DSQL statement. Is isc_dsql_fetch_m capable of
retrieving multiple rows? What are the meaning of its parameters?
Any help appreciated.
Partsi