Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetEmptyDataSetBySproc
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01209032
Message ID:
01210183
Views:
19
Dan,

>There is a bug on mmDataAccessSql in one of the overloads for GetEmptyDataSetBySproc (line 659). The code just has a return statement that calls the method again with the same signature, thus creating an infinate loop.

I'm not seeing the overload you're talking about...do you mean this one?
public override DataSet GetEmptyDataSetBySproc(DataSet ds, string tableName, string schema, string sprocName)
{
	return this.GetEmptyDataSetBySproc(ds, tableName, schema, sprocName, null);
}
Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform