Relational database

R

Roger Stevens

Guest
I easily installed DaDaBIK with the hopes of setting up a relational database of companies that fit into various categories that visitors could select to look up all the companies that fit into a certain category.

The main table contains essential company data, i.e. company id, name, address, etc.

The second table contains the company id and a category.

The add a new record form would insert the essential company data into the main table and category data into the second table, along with the company id.

Then visitors could search for a particular category in the category table and a list of company names, along with other essential data would then be printed in a search result.

However, it does not appear DaDaBIK is capable of using relational databases in this manner. Any plans to do so soon?

If not, how many hours do you think it would take a professional programmer to write this addition?
 
Top