This topic is locked

Multiple Database results on a page

6/8/2004 8:14:43 PM
ASPRunnerPro General questions
author

Hi all. Just evaluating this software for a job we will have soon. Looks good so far. I have a little experience with ASP (lots with HTML!), but not that much so forgive me if this is a question with an obvious answer.
I need to create pages that show multiple results tables on a page.

ie:
Table 1

--------

Table 2

--------

Table 3

--------

etc etc
Will this be possible using ASP runner - is it just a matter of copying the code on each page generated seperately from your program? Or some other way, or not possible at all...
Thanks,
PetarB

A
acidutzu 6/11/2004

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=2071&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' /> If is possible i'm me too curious because you just give me a good ideea.

10x

Sergey Kornilov admin 6/11/2004

Hi,
I can only suggest creating three ASP pages ( one page per table ) and combining ASP code on the single page.
If all three tables have the same structure you can use UNION query to pull data from all three tables simultaneously.