I
Iwan Petrow
Hi,
I have the following situation:
Two tables with relation:
T1:
Id_T1
rimary key
Data1_T1
Data2_T2
Id_T2:Secondary key
T2:
Id_T2
rimary key
Data1_T2
I've created typed DataSet, which includes both tables and the relation
between them.
And now the question: I want to fill this dataset using SqlDataAdaptor
with select command which is Store procedure on the server. Is this
possible and how could I do it? Or I have to use Visual Studio wizards
to generate SqlDataAdaptor and the select statement? I prefer first (if
it is possible)?
Thanks.
I have the following situation:
Two tables with relation:
T1:
Id_T1

Data1_T1
Data2_T2
Id_T2:Secondary key
T2:
Id_T2

Data1_T2
I've created typed DataSet, which includes both tables and the relation
between them.
And now the question: I want to fill this dataset using SqlDataAdaptor
with select command which is Store procedure on the server. Is this
possible and how could I do it? Or I have to use Visual Studio wizards
to generate SqlDataAdaptor and the select statement? I prefer first (if
it is possible)?
Thanks.