S
Smith John
I have set Option Explicit On
I am getting the error for the below line.
dim myDataSet as new dataset
dim dv as DataView = myDataSet.Tables("myTable")
I am using .Net Framework 1.1.
Please advice.
Thanks
Smith
I am getting the error for the below line.
dim myDataSet as new dataset
dim dv as DataView = myDataSet.Tables("myTable")
I am using .Net Framework 1.1.
Please advice.
Thanks
Smith