indeed it's ok for you,but for me not.I use automatic import,what options I 
have to make it works for methanks

      From: Jiří Činčura <j...@cincura.net>
 To: firebird-net-provider@lists.sourceforge.net 
 Sent: Monday, November 2, 2015 11:58 AM
 Subject: Re: [Firebird-net-provider] Stored procedures not added to model
   
On Wed, Oct 28, 2015, at 12:56, Mr. John wrote:
> 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

Works fine for me. It imported on a first try. Check
http://snag.gy/N9svt.jpg .

Because it's selectable in FIrebird it's composable in EF and I can see
it dropdown when adding function import (I haven't used the automatic
import - sometimes it fucks up).



--
Mgr. Jiří Činčura
Independent IT Specialist

------------------------------------------------------------------------------
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


  
------------------------------------------------------------------------------
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to