From: Mr. J. <mr_...@ya...> - 2015-10-28 11:56:26
|
Hi this is the simplest SP I have: CREATE OR ALTER PROCEDURE PR_GETCFNAME(id bigint)returns ( NAME varchar(100))asbegin select first 1 NAME from cf where id=:id into :NAME; suspend;end thanks From: Jiří Činčura <ji...@ci...> To: fir...@li... Sent: Wednesday, October 28, 2015 1:13 PM Subject: Re: [Firebird-net-provider] Stored procedures not added to model What's the signature of that SP? -- Mgr. Jiří Činčura Independent IT Specialist On Wed, Oct 28, 2015, at 09:53, Mr. John wrote: > HiI'm using FB2.5,VS 2013,FirebirdClient 4.8.1.0,DDEXProvider 3.0.2.0 > When I try to add a stored procedure to model from database using Update > model from database.,I select/check the sp name in the list,but no > procedure is added to model,also in Model Browser nothing added,in > function import no SP name to selectsearching on google for that problem > I found complaining about this problem but no solving clue > thanks > ------------------------------------------------------------------------------ > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider ------------------------------------------------------------------------------ _______________________________________________ Firebird-net-provider mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |