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

2015-11-03 Thread Mr. John
there is no SP name in model even after using Update Model from Database,only names for tables thanks From: Jiří Činčura To: firebird-net-provider@lists.sourceforge.net Sent: Monday, November 2, 2015 9:51 PM Subject: Re: [Firebird-net-provider] Stored procedures not added to model

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 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 wrote: > ind

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 procedures not add

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 a

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

2015-10-29 Thread Mr. John
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

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

2015-10-28 Thread Mr. John
, 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

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

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

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

2015-10-28 Thread Mr. John
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 S