I am trying to convert my ASP pages to ASP.NET, and have created an ASP.NET
connection string for my ASP.NET page. When I test the connection, the
connection is made successfully. When I try to create a dataset, using the
successful connection, it tells me that no table is found. Where are my
tables, views and stored procedures? I am using MX 2004 with SL Server 2000.
I have been successful with the ASP pages for the last couple of years.

Jim