Re: [Firebird-net-provider] documentation on FirebirdSql.Data.Isql.FbBatchExecution

2011-11-22 Thread Jiri Cincura
On Tue, Nov 22, 2011 at 3:36 PM, Sam Carleton wrote: > I went searching for documentation, but cannot find any.  Anyone know where > this class, and all the classes within the FirebirdSql.Data.Isql namespace > are documented? Except code itself, probably nowhere (considering some up-to-date and c

[Firebird-net-provider] documentation on FirebirdSql.Data.Isql.FbBatchExecution

2011-11-22 Thread Sam Carleton
I am working on creating an update process and need effectively send a text file to isql.exe. This I could figure out how to do, with little serious problem, but... Since I am already in the middle of .Net code, I figured I would learn how to use the FirebirdSql.Data.Isql.FbBatchExecution class t