RE: Filling a muti-table typed dataset using a stored procedure
- From: v-kevy@xxxxxxxxxxxxxxxxxxxx (Kevin Yu [MSFT])
- Date: Fri, 03 Jun 2005 05:42:04 GMT
Hi Jeronimo,
The name of the first table in the result set is Table. The second one is
Table1. The third one is Table2 and so on.
Now, if you change you table names into tblEvent and tblEventType, you can
add the following table mappings.
sda.TableMappings.Add("Table", "tblEvent");
sda.TableMappings.Add("Table1", "tblEventType");
I tried this on my machine, and it works fine. HTH.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
.
- Follow-Ups:
- RE: Filling a muti-table typed dataset using a stored procedure
- From: Jeronimo Bertran
- RE: Filling a muti-table typed dataset using a stored procedure
- References:
- Filling a muti-table typed dataset using a stored procedure
- From: Jeronimo Bertran
- RE: Filling a muti-table typed dataset using a stored procedure
- From: Kevin Yu [MSFT]
- RE: Filling a muti-table typed dataset using a stored procedure
- From: Jeronimo Bertran
- Filling a muti-table typed dataset using a stored procedure
- Prev by Date: RE: DAL Components
- Next by Date: Re: XML.NET - Inserting single element node into primary XML file
- Previous by thread: RE: Filling a muti-table typed dataset using a stored procedure
- Next by thread: RE: Filling a muti-table typed dataset using a stored procedure
- Index(es):
Relevant Pages
|