Search results for query: *

  • Users: Pavanm
  • Content: Threads
  • Order by date
  1. P

    Question Issue with dataset fill

    Hi, The issue may look very simple. I have a small piece of code which fills dataset by getting the data using storedproc. Here goes the code. Dim sqlAdp As SqlDataAdapter Dim com As New SqlCommand Dim ds As New DataSet sqlAdp = New SqlDataAdapter() Dim...
Back
Top