Subject | Re: .NET and Firebird... |
---|---|
Author | kaczy27 |
Post date | 2004-12-07T12:38:13Z |
--- In firebird-support@yahoogroups.com, "zamb1zz1" <spam@s...>
wrote:
Try on the .Net Provider list at sourceforge
the link you will find on:
http://www.firebirdsql.org/index.php?op=lists
wrote:
>records.
> 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
> The sproc works fine on its own but I'm having a problemrather
> 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
> not have to re-write it to handle all of those output params, if Ipreferable?
> don't have to.
>
> Can someone point me to some .NET example code, C# would be
Try on the .Net Provider list at sourceforge
the link you will find on:
http://www.firebirdsql.org/index.php?op=lists
>CUIN Kaczy
> Thanks!!
>
> -v