Re: [Firebird-net-provider] Error Stored Procedure

2006-05-05 Thread Carlos Guzmán Álvarez
Hello: >command =3D New FbCommand("EXECUTE PROCEDURE >SP_APONT_VLD_FUNCIONARIO(@CODFUNCIONARIO,@CODSETOR,@ERRO,@DSCFUNCIONARIO)= >", >FireBirdConnection()) > command.CommandType =3D CommandType.Text Try using: command = New FbCommand("SP_APONT_VLD_FUNCIONARIO", FireBirdConnection())

RES: [Firebird-net-provider] Error Stored Procedure

2006-05-03 Thread Luiz Carlos Sant'Ana Junior
7983 www.gpnet.com.br -Mensagem original- De: Paul Mercea [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 3 de maio de 2006 16:09 Para: firebird-net-provider@lists.sourceforge.net Assunto: RE: [Firebird-net-provider] Error Stored Procedure   Hi Error 335544569 means Dynamic SQL E

RES: [Firebird-net-provider] Error Stored Procedure

2006-05-03 Thread Luiz Carlos Sant'Ana Junior
7983 www.gpnet.com.br -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Jiri Cincura Enviada em: quarta-feira, 3 de maio de 2006 16:08 Para: firebird-net-provider@lists.sourceforge.net Assunto: Re: [Firebird-net-provider] Error Stored Procedure On 3.5.2006 20:48

RE: [Firebird-net-provider] Error Stored Procedure

2006-05-03 Thread Paul Mercea
vider@lists.sourceforge.net Subject: [Firebird-net-provider] Error Stored Procedure Importance: High   Hi,   I have a problem :   This is my code :   Dim command As FbCommand     Dim da As FbDataAdapter     Dim ds As New DataSet     Dim param As FbParameter     Dim

Re: [Firebird-net-provider] Error Stored Procedure

2006-05-03 Thread Jiri Cincura
On 3.5.2006 20:48 Luiz Carlos Sant'Ana Junior wrote: command = New FbCommand("EXECUTE PROCEDURE SP_APONT_VLD_FUNCIONARIO(@CODFUNCIONARIO,@CODSETOR,@ERRO,@DSCFUNCIONARIO)", FireBirdConnection()) Is the procedure returning something? 'select * from SP_APONT_VLD_FUNCIONARIO' works? The 33554456

[Firebird-net-provider] Error Stored Procedure

2006-05-03 Thread Luiz Carlos Sant'Ana Junior
Hi,   I have a problem :   This is my code :   Dim command As FbCommand     Dim da As FbDataAdapter     Dim ds As New DataSet     Dim param As FbParameter     Dim rd As FbDataReader     Try command = New FbCommand("EXECUTE PROCEDURE SP_APONT_VLD_FUNCIONARIO(@