ssfftt
January 22nd, 2006, 12:58 PM
he query is for FillByCNPending is:
SELECT ServiceID, ServiceDeliveredDate, CustomerName, FROM [Freedom Scooter Service Reminder]
WHERE (CustomerName = "@CNAME")
AND (ServiceDeliveredDate IS NULL)
my code is:
this.TableAdapterCusV.FillByCNPending(this.dataSetCusV.Freedom_Scooter_Service_Reminder,comboBoxCusName.SelectedValue.ToString());
when i run the app, it throws error:
No overload for method 'FillByCNPending' take '2' arguments
plz help
SELECT ServiceID, ServiceDeliveredDate, CustomerName, FROM [Freedom Scooter Service Reminder]
WHERE (CustomerName = "@CNAME")
AND (ServiceDeliveredDate IS NULL)
my code is:
this.TableAdapterCusV.FillByCNPending(this.dataSetCusV.Freedom_Scooter_Service_Reminder,comboBoxCusName.SelectedValue.ToString());
when i run the app, it throws error:
No overload for method 'FillByCNPending' take '2' arguments
plz help