G
Guest
Hello -
I am used to retrieving data with stored procedures. DataSets have me
baffled inasmuch as it exposes Sql statements directly in the code, however,
I think I need to be working with Datasets for what I'm doing because I can't
be continually posting back to the server.
Is there a way to create datasets from stored procedures?
Also, I have three tables. If I use datasets that access data from all
three tables, do I create three datadapters and three datasets?
As you can tell, I'm quite confused. Any enlightenment will be appreciated!
Sandy
I am used to retrieving data with stored procedures. DataSets have me
baffled inasmuch as it exposes Sql statements directly in the code, however,
I think I need to be working with Datasets for what I'm doing because I can't
be continually posting back to the server.
Is there a way to create datasets from stored procedures?
Also, I have three tables. If I use datasets that access data from all
three tables, do I create three datadapters and three datasets?
As you can tell, I'm quite confused. Any enlightenment will be appreciated!
Sandy