I am trying to populate a gridview from an Access database and am running into an interesting issue. The database is populates with data, but when I do a very simple Select * From it returns an empty data message. I tried putting together a test page with only a gridview and a SqlDataSource on it. When I go to "configure data source" and "Configure Select Statement" and specify the table and then check "*" and go to "Test Query" it returns an empty grid with headers populated even though the table is populated with data.
If I select any other table, it works just fine. I have never run into this before.
I have tried this on a different database that is nearly identical and have no problem - it returns data as it should.
I am working in VWD 2010 Express.
Any help or suggestions here would be greatly appreciated.