0
votes
votes
1 answers
OleDbDataAdapter.fill not returning data or giving error
I am using a data adapter to pull data from an access database (see below code). When I run the SQL in the Access database I get the expected data. However when I step through the code the fill method produces only the table definition but ...
