Subject | Re: message length error (encountered 0, expected 8) |
---|---|
Author | darren_martz |
Post date | 2004-06-29T10:33:30Z |
--- In firebird-support@yahoogroups.com, "Ivan Prenosil"
<Ivan.Prenosil@s...> wrote:
notice the "exec proc" comment. Good stuff, thanks for the help!!
<Ivan.Prenosil@s...> wrote:
> >From IB documentation:once, and discards it.
>
> isc_dsql_execute_immediate()
> prepares the DSQL statement specified in statement, executes it
> The statement must not be one that returns data (i.e., it must notbe a SELECT or EXECUTE PROCEDURE statement).
> If statement requires input parameter values (i.e., if it containsparameter markers), these values must be supplied in
> the input XSQLDA, xsqlda.once, and discards it.
>
> isc_dsql_exec_immed2()
> prepares the DSQL statement specified in statement, executes it
> The statement can return a single set of values (i.e, it can be anEXECUTE PROCEDURE or singleton SELECT)
> in the output XSQLDA.Thanks Ivan. I have read the docs but must have been too tired to
>
> Ivan
notice the "exec proc" comment. Good stuff, thanks for the help!!