Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataSet
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Miscellaneous
Thread ID:
00878482
Message ID:
00878845
Views:
31
Kevin,

I have made the changes you suggested and I am now getting the following error:
Object reference not set to an instance of an object.

Would I need to change the following from:

public DataSet GetInvoicesByCustomerAndCurrencyID(object customerID)
{
// code
}

to:

public DataSet GetInvoicesByCustomerAndCurrencyID(object customerID, object currencyID)
{
// code
}
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform