I'm currently designing a web site with ASP.NET (1.1 Framework) and Access
2003. For some reason, only with Access, I can't get the tables to show after
making a connection. Right under the connection, in the application panel, it
says No Tables. The connection is successful because I can hard code sql
statements and retrieve values in data grids, text boxes, etc while utilizing
that same connection. I would like to utilize the nifty features in
Dreamweaver, but for some reason I'm having to hard code everything. I can
create the connection, data sets, etc, but when I try to retrieve a listing of
tables to select columns in the application panel it just won't populate.

Everything populates just fine with Pervasive and SQL Server. If someone has
a solution I would definitely appreciate the help.