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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started