[Firebird-net-provider] Views

2006-04-14 Thread Eduardo Beninca
Hi, i need a help with views.. I want to call a view inside my c# code ... how can i do this ??? -- "I throw myself into the sea Release the wave, let it wash over me To face the fear I once believed The tears of the dragon, for you and for

Re: [Firebird-net-provider] Executing Procedure Error Help Please!

2006-04-18 Thread Eduardo Beninca
You can do in this way too... FbCommand myCommand = new FbCommand("EXECUTE PROCEDURE INSERT_RESERVATION(?,?)", myConnection, myTransaction); On 4/18/06, Carlos Guzmán Álvarez <[EMAIL PROTECTED]> wrote: > Hello: > > FbCommand myCommand = new FbCommand("EXECUTE PROCEDURE > > INSERT_RESERVATION", m

[Firebird-net-provider] Stored Procedure select ...

2006-04-22 Thread Eduardo Beninca
I have a stored procedure that returns to me an entire table.. I tried 2 ways to execute this procedure im my c# code... fbDA fbDataAdapter = new FbDataAdapter(); fbDA.SelectCommand = new FbCommand("EXECUTE PROCEDURE CONSULTA_SEMEN", fbConnection); FbTransaction ft = fbConnection.BeginTransactio

Re: [Firebird-net-provider] Stored Procedure select ...

2006-04-22 Thread Eduardo Beninca
yes, it works.. thxOn 4/22/06, Jiri Cincura <[EMAIL PROTECTED]> wrote: On 21.4.2006 22:27 Eduardo Beninca wrote:> I have a stored procedure that returns to me an entire table..> Anyone can help ??And select * from procedure works?--Jiri Cincura http://www