Subject | Re: [firebird-support] API documentation/help |
---|---|
Author | Ivan Prenosil |
Post date | 2006-10-24T06:56:56Z |
> the sql looks like "select a, b from mysp ( ? )"I would expect that error during prepare, not execute...
>
> I setup 2 xsqlca areas, call
> isc_start_transaction, #
> isc_dsql_allocate_statement,
> isc_dsql_prepare (passing output xsqlca)
> isc_dsql_describe_bind (passing input xsqlca)
> isc_dsql_execute2(passing both input & output xsqlc)
> at this point I get an error
> Invalid token
> SQL error code = -104
> - Unexpected end of command
Ivan