blah blah blah is here! blah blah » Close

0
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 ...

Feedback