Im rendering a gridview using DevExpress.XtraReports on visual basic. The grid populates based on a tableAdapter. To fill the tableAdapter I use the Fillby function as follows:
TableAdapter1.Fillby(dataset, parameter1, parameter2)
When I run on sql server manager the procedure that fills the dataset, using the same parameters I see the code is sending, the procedure returns several rows, but the code seems to return nothing.
Why is the code not reading the returned values?