I have an idea how to proceed on a project, but need some input before I plunge into it.
Is it possible (I've never done any work with SQL databases) to have one AMS screen access similar data from multiple databases simultaneously?
A simple sample is as follows:
Database 1 contains details about songs, albums and artists
Database 2 contains details about movies
Database 3 contains details about TV productions
If I select a performer from a drop-down list, can I read data from these three databases and show the results together on screen? For example, if I choose an artist, I need to know what albums, TV shows and movies they've been in?
As well, if I only wanted to search about music and TV programs, would I use check boxes to filter the data reported back from the databases or can it be configured to only search the "chosen" databases?
Thanks,
Dean


Reply With Quote