Hi all,
I want to make a databound simple data entry form, using Sql stored procedures. I am using DataAdapater and DataSet.
I am using four stored procedures for Select, Update, Insert and Delete.
How can use the above stored procedures with DataAdapater to write changes to DataBase using DataSet...?
Thanks for your help in advance.
I want to make a databound simple data entry form, using Sql stored procedures. I am using DataAdapater and DataSet.
I am using four stored procedures for Select, Update, Insert and Delete.
How can use the above stored procedures with DataAdapater to write changes to DataBase using DataSet...?
Thanks for your help in advance.