V
Vivek Sharma
Hi,
Currently I am executing my store procedure using EXECUTEDATASET and
retreiving results in untyped dataset. I read somewhere that I can retreive
typed Dataset using LOADDATASET. I looked at the option and found
Database.LoadDataSet Method (DBCommandWrapper, DataSet, String)
Is it necessary to have TableName? What is the significance of TableName?
Thanks
Currently I am executing my store procedure using EXECUTEDATASET and
retreiving results in untyped dataset. I read somewhere that I can retreive
typed Dataset using LOADDATASET. I looked at the option and found
Database.LoadDataSet Method (DBCommandWrapper, DataSet, String)
Is it necessary to have TableName? What is the significance of TableName?
Thanks