Re: [Firebird-net-provider] Executing Firebird stored procedure from ASP.NET

2011-10-31 Thread Scott Price
Instead of SqlConnection, and SqlCommand use FbConnection and FbCommand, which are Firebird specific variants. If you add the following to your uses clauses: using FirebirdSql.Data.FirebirdClient; Try replacing the SqlConnection and SqlCommand lines with these: FbConnection conn = new FbConnec

Re: [Firebird-net-provider] Executing Firebird stored procedure from ASP.NET

2011-10-31 Thread Net Newbie
thank you very much for this link. I am having some small problems in getting the connection to work. Instead of hard coding it to every ASP.NET WebForm I am looking for a way to use it from Web.config I tried this way but I think I am lacking provider as this gives me error "Keyword not support

Re: [Firebird-net-provider] Executing Firebird stored procedure from ASP.NET

2011-10-30 Thread Gerdus van Zyl
http://blog.cincura.net/227021-firebird-net-provider-and-calling-stored-procedures-with-parameters/ and http://www.lmgtfy.com/?q=stored+procedure+ado.net+firebird On Mon, Oct 31, 2011 at 7:54 AM, Alexander Muylaert wrote: > http://www.amazon.com/ADO-Programming-Dummies-CD-ROM-Krumm/dp/076450747

Re: [Firebird-net-provider] Executing Firebird stored procedure from ASP.NET

2011-10-30 Thread Alexander Muylaert
http://www.amazon.com/ADO-Programming-Dummies-CD-ROM-Krumm/dp/0764507478 -Oorspronkelijk bericht- Van: Net Developer [mailto:netfireb...@gmail.com] Verzonden: zondag 30 oktober 2011 23:41 Aan: firebird-net-provider@lists.sourceforge.net Onderwerp: [Firebird-net-provider] Executing Firebir