Re: [Firebird-net-provider] Multiple Commands in one FBCommand execute

2011-01-12 Thread Jiri Cincura
On Thu, Jan 13, 2011 at 07:12, Matthew Parslow wrote: > Has this changed, and is it different, given we don't want a result set, No. It's a limitation of Firebird itself. However you can do it in execute block. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.

[Firebird-net-provider] Multiple Commands in one FBCommand execute

2011-01-12 Thread Matthew Parslow
I'm trying to execute multiple commands in one database connection, we make make 330 database update calls for a bulk insert (done through stored procedures) and the overhead of running single commands is huge. I know this wasn't supported in 2007 as per http://www.mail-archive.com/firebird-net-p