Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keyword not supported: 'provider'.
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00971220
Message ID:
00973294
Vues:
18
Nothing special here...

public DataSet GetCustomerByCustomerID(string customerID)
{
if (customerID != null)
{
return this.GetDataSet("SELECT * FROM arcust01 where custno like '"+customerID+"%'");
}
else
{
return this.GetEmptyDataSet();
}
}
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform