[Firebird-net-provider] Execute block...

2011-01-22 Thread Adrián Avila Mtz .
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

Re: [Firebird-net-provider] Execute block...

2011-01-22 Thread danny
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