Subject TIBOQuery & n-tier updates
Author constantijnw
Hello,

Is it possible to link TIBOQuery with a TDataSetProvider where
Delete/Edit and Insert sql's are stored procedures?

I tried a simple sp for deletes with the primary key as input
parameter, but its value is not set (automatically).

Do I need to Execute several TD_SQL components from the Provider's
BeforeUpdateRecord event handler? In that case I'm interested to learn
how to implement the AParam parameter of type PXSQLDA of the
ExecuteImmediate method (recommended by Jason in message 25390).

Constantijn