[Firebird-net-provider] Stored Procudure

2006-11-08 Thread Pham Huu Le Quoc Phuc
Hi all! In Sql Server, I can write stored procedure which return records, with no output parameters. In firebird, I can do the same? Ex: ALTER PROCEDURE [dbo].[st_BALANCE_ASSETSelect] ( @BALANCE_ASSET_KEY uniqueidentifier ) AS BEGIN -- SET NOCOUNT ON added to prevent extra result se

Re: [Firebird-net-provider] Stored Procudure

2006-11-08 Thread Carlos Guzmán Álvarez
Hello: > Hi all! > In Sql Server, I can write stored procedure which return records, with no > output parameters. In firebird, I can do the same? You can't. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com --