Master-Detail Primary/ForeignKey Navigation

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
wimagine7
Posts: 4
Joined: Tue 18 Feb 2014 17:06

Master-Detail Primary/ForeignKey Navigation

Post by wimagine7 » Wed 16 Jul 2014 05:52

A great feature of the product would be the automatic navigation from table to table based on primary/foreign key relationships e.g. right-mouse on row in master table lists foreign key relationships in a popup list box

Rx Table

RxId (PK) DrugName, PatientId (FK), PrescriberId (FK)
123 Tylenol 456 789
________________
| Navigate to: |
| Patients |
| Prescribers |
________________

PrescriberId (PK) PrescriberType (FK), PrescriberName, PrescriberAddress
789 1 John Doe 123 Market Street
___________________
| Navigate to: |
| Prescriber Types |
| <- Rx |
____________________

alexa

Re: Master-Detail Primary/ForeignKey Navigation

Post by alexa » Wed 16 Jul 2014 14:43

You can add a suggestion on our UserVoice forum where other users can vote for it http://devart.uservoice.com/forums/7729 ... -for-mysql

We collect and analyze the information from this forum in order to make a proper roadmap for future product releases.

Post Reply