Insert row in dbase using Data Application Block

  • Thread starter Thread starter Todd Bieniek via .NET 247
  • Start date Start date
T

Todd Bieniek via .NET 247

I have a dataset and have added a new row to the dataset. Isthere a way to then push that new row to my dbase using the DataApplication Block without having to use the "Update" methodwithin the block. Or, I would be fine with using the "Update"method but I need to evaluate a returned value from my SProc andam not sure how to do that when using the "Update". If someonecould point me in the right direction I would appreciate it.
 
You'll need to use Output params or return values. Check out Bill Vaughn's
article Retrieving the Gozoutas at www.betav.com ->Articles ->MSDN
I have a dataset and have added a new row to the dataset. Is there a way to
then push that new row to my dbase using the Data Application Block without
having to use the "Update" method within the block. Or, I would be fine
with using the "Update" method but I need to evaluate a returned value from
my SProc and am not sure how to do that when using the "Update". If someone
could point me in the right direction I would appreciate it.
 
Back
Top