Re: [Firebird-net-provider] ADO.NET Entity Relationship with Stored Procedures

2012-04-03 Thread Jiri Cincura
I created DNET-424, to keep track of it for later. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com -- Better than sec? Nothing is better than sec when it comes to monitori

Re: [Firebird-net-provider] ADO.NET Entity Relationship with Stored Procedures

2011-09-13 Thread meubanks
You should be able to replicate this issue easily. This is what I did: 1. Create a stored procedure in any Firebird database. 2. Have the SP insert values into your database using a couple of parameters you pass to your SP. 3. The prototype would look something like this: Execute Procedure MySP

Re: [Firebird-net-provider] ADO.NET Entity Relationship with Stored Procedures

2011-09-13 Thread Jiri Cincura
Is the call made to the database? How you imported the SPs (what results)? -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com -- BlackBerry® DevCon Americas, Oct. 18-20, Sa

Re: [Firebird-net-provider] ADO.NET Entity Relationship with Stored Procedures

2011-09-12 Thread meubanks
Thanks for the response. Each SP does an insert. I did not have enlist=true in the connection string. I added it and now get the message "The underlying provider failed on Open" Michael -- View this message in context: http://firebird.1100200.n4.nabble.com/ADO-NET-Entity-Relationship-with-Sto

Re: [Firebird-net-provider] ADO.NET Entity Relationship with Stored Procedures

2011-09-12 Thread Ultimate Venom
Hi Meubanks! Are you using SP in Update and Delete SP Mapping too? Is in the connstring property enlist=true? -- View this message in context: http://firebird.1100200.n4.nabble.com/ADO-NET-Entity-Relationship-with-Stored-Procedures-tp3808352p3808555.html Sent from the firebird-net-provider maili

[Firebird-net-provider] ADO.NET Entity Relationship with Stored Procedures

2011-09-12 Thread meubanks
I am using Visual Studio 2010, Firebird 2.5, and ADO.NET Provider 2.6.5. I imported a few Stored Procedures into an ADO.NET Entity Modal that insert data but it does not seem to be committing to the database. What am i missing here: FbDb db = new FbDb(); db.ADDUSER(UserName