Experimenting
Also, when I deleted the tables and imported the tables from access, then nothing displayed on the Default.asp page. But when I go through MSSQL_Server_Setup.asp, the pages show, but still does not show the database content.
Also, I noticed in the SQL Enterprise Manager that when I import, there are two sets of Tables: One owned by "dbo" and the other "mochasuite"
Mochasuite is the name of the website domain.
Could this be a clue? I can tell that when the tables are simply owned by "mochasuite," that nothing shows up. But when owned by "dbo" the pages come up, but there is no data. What could I be doing wrong? Are the tables that different in structure that it needs to create a seperate set of tables owned by a different entity? Or is there a way to override and copy over the "dbo" owned tables with the information from the access database?