J
JimHeavey
Hello
I am wanting to know how to populate my dataset with
@varirables returned from my stored procedure when I use
the DataAdapter.Update method. Is this possible?
Say for instance the adapter is tied to a dataset with 3
fields, Movie Title, Movie Description and Tape Number.
The entry screen allows the user to key in the movie
title and when they are done with entering all movie
titles, they press the "Update" button which then runs
the DataAdpater.Update method which is associated with
the store procedure which will determine what values to
assign to the Movie ID and Tape number and return those
values back in the form of @ variables. How to I get
those values and place them into my dataset?
Thanks in advance for your assistance!!!
I am wanting to know how to populate my dataset with
@varirables returned from my stored procedure when I use
the DataAdapter.Update method. Is this possible?
Say for instance the adapter is tied to a dataset with 3
fields, Movie Title, Movie Description and Tape Number.
The entry screen allows the user to key in the movie
title and when they are done with entering all movie
titles, they press the "Update" button which then runs
the DataAdpater.Update method which is associated with
the store procedure which will determine what values to
assign to the Movie ID and Tape number and return those
values back in the form of @ variables. How to I get
those values and place them into my dataset?
Thanks in advance for your assistance!!!