Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GetEmptyDataSetBySproc
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01209032
Message ID:
01210183
Vues:
21
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform