.NETGURU
can't get multiple result sets into a DataSet...
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngdata' list.


Francesco Sanfilippo
I am using the code below to try to get a handful of result sets (returned
from a single SQL 7.0 sproc) into distinct tables in a DataSet. I get an
error when the Fill() tries to happen: Value cannot be null. Parameter
name: dataSet.

The result sets being returned are not simple SELECT * FROM PersonEmail
queries, they are complex JOINS, so maybe a table name is not being passed
that maps to the source table name parameter expected by
TableMappings.Add()? Any ideas?

TIA, Francesco

public DataSet MemberData;
SqlDataAdapter da = sql.ExecSPRetDA("Member_Initialize_All");
da.TableMappings.Add("Table1","PersonAddress");
da.TableMappings.Add("Table2","PersonEmail");
da.TableMappings.Add("Table3","PersonPhone");
da.TableMappings.Add("Table4","PersonCommunity");
da.TableMappings.Add("Table5","PersonForum");
da.TableMappings.Add("Table6","PersonGallery");
da.TableMappings.Add("Table7","PersonLanguage");
da.TableMappings.Add("Table8","PersonNewsletter");
da.TableMappings.Add("Table9","PersonPerson");
da.TableMappings.Add("Table10","PersonCategory");
da.Fill(MemberData);

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

Reply to this message...
 
    
Brian Espey
you need to instantiate your dataset before calling
Fill.

Brian

--- Francesco Sanfilippo <Click here to reveal e-mail address>
wrote:
[Original message clipped]

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Reply to this message...
 
 
System.Data.DataSet
System.Data.SqlClient.SqlDataAdapter




ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification