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.Text, Password.Text, Email.Text);
            db.ADDSITELOGIN(UserName.Text, 123);
            
            db.SaveChanges();

These store procedures work fine when executed using my DBManager.

Any help would be greatly appreciated.

Michael

--
View this message in context: 
http://firebird.1100200.n4.nabble.com/ADO-NET-Entity-Relationship-with-Stored-Procedures-tp3808352p3808352.html
Sent from the firebird-net-provider mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to