Subject Re: .NET and Firebird...
Author kaczy27
--- In firebird-support@yahoogroups.com, "zamb1zz1" <spam@s...>
wrote:
>
> 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?

Try on the .Net Provider list at sourceforge
the link you will find on:
http://www.firebirdsql.org/index.php?op=lists

>
> Thanks!!
>
> -v
CUIN Kaczy