hi... i got a little problem here... i'm using ACCES as my database the the question is how to display all tables in the database in one page... can anyone give me the code... http://asp-open-source.blogspot.com/ <--- download FREE ASP open source here !!!
Assuming their are foreign keys linking all the tables you either write one query to return a single conjoined table or run one query for each table to show them separately and depending on if you are using classic asp or asp.net just bind them to a control such as a gridview or create a loop to generate a table from the dataset