Question: I GET AN ERROR AS SEEN IN THE IN THE INSERT. HOW CAN I CORRECT THIS. This is about Creating an N-Tier Data Application in

I GET AN ERROR AS SEEN IN THE IN THE INSERT. HOW CAN I CORRECT THIS. This is about Creating an N-Tier Data Application in VB.NET

THE ERROR I GET IS: Argument not specified for parameter 'CustomerID' of 'Public Overridable Overloads Function InsertCustomers( CustomerID As String, CompanyName As String, ContactName As String, ContactTitle As String, Country As String, Phone As String, Fax As String) As Integer'

Public Function InsertCustomers() As DataTier.NORTHWINDDataSet.CustomersDataTable Implements IService1.InsertCustomers Dim CustomersTableAdapter1 As New DataAccessTier.NORTHWINDDataSetTableAdapters.CustomersTableAdapter Return CustomersTableAdapter1.InsertCustomers() End Function

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!