[Solved] How to pass parameters to SqlDataAdapter

here is an example of what you can use and how to pass Parameters you have to make the changes where necessary Public Shared Function GetCustomerInfo(stardate As DateTime, enddate As DateTime, Department As String, Active as String, Visits as Int33) As List(Of String) Dim cszList = New List(Of String)() Dim DSCityStateZipLookup As New DataSet() ‘load … Read more