G
Guest
Dear all,
I have a file-strongly type dataset, that have two independent table inside
it.
I want to fill the two table in the dataset by one stored procedure(have two
select sql on it) how can i do
e.g.
create spname
...
SELECT * FROM table1
SELECT * FROM table2
GO
and
Dataadapter.fill(dataset.table1)
but how about table2
I have a file-strongly type dataset, that have two independent table inside
it.
I want to fill the two table in the dataset by one stored procedure(have two
select sql on it) how can i do
e.g.
create spname
...
SELECT * FROM table1
SELECT * FROM table2
GO
and
Dataadapter.fill(dataset.table1)
but how about table2