Is there a way to execute a block with FB data provider.
--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using
Here is a snippet of code from my Firebird provider. This function just
creates and returns the command object, but it shows how I use EXECUTE
BLOCK. You'll note that 'id' is set by the generator, not as an inbound
parameter.
DbCommand cmd = Connection.CreateCommand();
cmd.CommandType =
Comman