Re: [Firebird-net-provider] Stored procedures not added to model

2015-11-02 Thread Mr. John
and use for stored procedures classic ADO.NET From: Jiří Činčura To: firebird-net-provider@lists.sourceforge.net Sent: Monday, November 2, 2015 4:10 PM Subject: Re: [Firebird-net-provider] Stored procedures not added to model On Mon, Nov 2, 2015, at 13:51, Mr. John

Re: [Firebird-net-provider] Stored procedures not added to model

2015-11-02 Thread Jiří Činčura
On Mon, Nov 2, 2015, at 19:16, Mr. John wrote: > and use for stored procedures classic ADO.NET Why? You can still configure the SP in model manually. It's already there. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Stored procedures not added to model

2015-11-02 Thread Jiří Činčura
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

Re: [Firebird-net-provider] Stored procedures not added to model

2015-11-02 Thread Jiří Činčura
On Mon, Nov 2, 2015, at 13:51, Mr. John wrote: > indeed it's ok for you,but for me not.I use automatic import,what options > I have to make it works for methanks Just untick it? ... -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Stored procedures not added to model

2015-11-02 Thread Mr. John
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 To: firebird-net-provider@lists.sourceforge.net Sent: Monday, November 2, 2015 11:58 AM Subject: Re: [Firebird-net-provider] Stored