Subject Interclient and FirebirdSQL differences
Author Ian A. Newby <ian@wmeng.co.uk>
Hi All,
We are in the process of moving from Interclient to FirebirdSQL
(Thanks for all the good work!) and have noticed a discrepancy
between the way interclient and FirebirdSQL work.

It relates to Prepared Statements with parameters.

Interclient allows prepared statements to be fired even if the
parameters have not been set. (I think it sets them to null).
FirebirdSQL on the other hand fails with a Parameter not set
exception.

What should be the correct approach? Currently a number of our
dynamic reports are failing because of missing parameters.

What does the spec say on this subject?

Regards
Ian Newby