Querying external file with table for different pages
Querying external file with table for different pages
[Deleted User]
Posts: 0Questions: 0Answers: 0
Hello,
Hopefully someone can answer this. I'll try to describe what I am attempting to do.
I would like to create different web pages that each query a different category of an external DataTable (with external I mean loaded from a separate XML file, or database). For example, let's say my DataTable contains links to cars, and there are luxury cars, cheap cars, and trucks, then I would like to have a web page that will load luxury cars from the external DataTable, another (separate) web page that loads cheap cars from that same external DataTable, and another web page for the trucks.
I know I can include different DataTables on different webpages, but for manageability sake I prefer to have all those links in one table and then query that table based on the topic of the respective web page.
I hope I am making sense.
I have been looking through some of the documentation on the website but I can't find how to do this.
Any help is greatly appreciated!
Thank you.
Hopefully someone can answer this. I'll try to describe what I am attempting to do.
I would like to create different web pages that each query a different category of an external DataTable (with external I mean loaded from a separate XML file, or database). For example, let's say my DataTable contains links to cars, and there are luxury cars, cheap cars, and trucks, then I would like to have a web page that will load luxury cars from the external DataTable, another (separate) web page that loads cheap cars from that same external DataTable, and another web page for the trucks.
I know I can include different DataTables on different webpages, but for manageability sake I prefer to have all those links in one table and then query that table based on the topic of the respective web page.
I hope I am making sense.
I have been looking through some of the documentation on the website but I can't find how to do this.
Any help is greatly appreciated!
Thank you.
This discussion has been closed.
Replies
Allan
The externalization is clear to me now.
Thanks for getting back to me!