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.cincura.net/---
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.cincura.net/
---
Using Tomcat but need to do more?
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