| All DB servers are supported:
If you use Firebird 2.1, we recommend you to upgrade to FB 2.1.2 or above (see ).. Stored procedure call command "exec SP" was improvedSample procedure:
In previous IBProvider versions exec SP_TEST command transformed to EXECUTE PROCEDURE SP_TEST (see property ado_exec_sp). Call of prepare() for this command worked fine but IN-parameters was not built. In new IBProvider v.3.0.0.8195 stored procedure call: will be transformed using IN-parameters list to the following sql-command:
Åxec SP restriction: Firebird 2.1 supports default-values for SP-parameters but didn't supports SQL_DEFAULT type. Therefore IBProvider disable this feature and didn't interact with default values of SP-params. |