|
|
DVD Database Director and Actors Table DownloadsBy popular and a LOT of hard work by Michael we are now able to provide add on tables of directors and actors for many of the DVDs listed in our database. Just a few notes:
Last Update: 05/15/08 11:15:12 AM Both sets of these tables can be linked through SQL, Access or just about any other database program that you use to work with the DVD database. Below are some basic links that will give you an idea how to link these new fields to the DVD database and pull reports. All files are comma separated ASCII text files with double quotes for text delimiters. The first row contains the field names. Linking Actors Tables: SELECT DVDTitles.DVD_Title, DVDTitles.Studio, DVDTitles.Status,
Actors_Names.Actor Linking Directors Tables: SELECT DVDTitles.DVD_Title, DVDTitles.Studio,
DVDTitles.Status, Directors_Names.Director This database is copyrighted and is provided for non-commercial use only. Please contact us for licensing fees and considerations for commercial use and requirements for non-commercial use. As always if you need help please just write. |
|