Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keyword not supported: 'provider'.
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00971220
Message ID:
00973294
Views:
19
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();
}
}
Previous
Reply
Map
View

Click here to load this message in the networking platform