0
votes
ASP.Net - TableAdapter is returning phantom results
Check the ExcuteMode property of the tableAdapter for the query. Be sure it is set to "Reader". There are 3 options for ExecuteMode:
Reader - Returns rows of data
Scalar - …
