1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

ASP - display tables in one page

Discussion in 'C#' started by dzoolhelmi, Dec 9, 2007.

  1. #1
    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 !!!
     
    dzoolhelmi, Dec 9, 2007 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    AstarothSolutions, Dec 10, 2007 IP