Stored Procedure with disconnected model
How can I use stored procedure with disconnected model? Please elaborate it with the example.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Khargesh RajputPosted Jan 1, 2015, 5:04 AM
http://www.nullskull.com/q/10138230/adonet-using-disconnected-architechture-with-stored-procedure.aspx
Nitesh KarhePosted Dec 31, 2014, 7:50 AM
I have used the connected model of ADO.NET to establish connection with database with stored procedure. But I want to use disconnected model(i.e. with data adapter, dataset) with stored procedure for insertion, deletion and to update.
Debasis SahaPosted Dec 31, 2014, 6:47 AM