Subject | RE: [IBO] Problem in BindingCursor: Check Keylinks property Problem Ver 4.9.11 |
---|---|
Author | Svein Erling Tysvær |
Post date | 2011-09-09T06:08:21Z |
> First of all, EXECUTE BLOCK is not a valid DSQL command.Huh, to me this statement seems to contradict www.firebirdsql.org/refdocs/langrefupd25-execblock.html. There it states:
> It's a clause that you can use in a SELECT statement to
> get a value for output to a dataset.
"EXECUTE BLOCK
...
Available in: DSQL
...
Description: Executes a block of PSQL code as if it were a stored procedure, optionally with input and output parameters and variable declarations. This allows the user to perform "on-the-fly" PSQL within a DSQL context."
So, trusting both Helen and the reference guide, my only conclusion is that I'm puzzled...
Set