Subject .NET and Firebird...
Author zamb1zz1
I'm trying to extract data using ADO.NET and FB 1.5.1.

I have a stored procedure that does a "for/do" loop to select records.
The sproc works fine on its own but I'm having a problem
understanding how it would be called.

In SQL Server I would simply load the sproc up by calling it and
loading it into a DataTable or DataReader, for example.

But...it seems that I'm stuck with output parameters in Firebird.

I have lightweight framework that I wrote for ADO.NET and I'd rather
not have to re-write it to handle all of those output params, if I
don't have to.

Can someone point me to some .NET example code, C# would be preferable?

Thanks!!

-v