FireDAC - database structure
FireDAC - database structure
Has any of you written code that analyses foreign keys to find structural dependencies between tables? Are there components out there which can do the job for me?
Has any of you written code that analyses foreign keys to find structural dependencies between tables? Are there components out there which can do the job for me?
Which database? TMS Data Modeler has a feature to reverse engineer its supported database, and it`s a lot less expensive than ER Studio or ER/Win.
ReplyDeletehttp://www.tmssoftware.com/site/tmsdm.asp
Bruce McGee - SQL Server, but I want to do it in Delphi (a diagnostic data drilling tool). Select a row, click on foreign key column, and drill to the linked row in the linked table.
ReplyDeleteIN SQL Server all these dependencies are retrievable via system tables and views. So you have "just" to get the knowledge where to find it ...
ReplyDeleteKlaus Edelmann - True, but I was hoping to leech off the previous work of someone else :)
ReplyDeleteThe structures are available in "standardized" form through FireDAC as well. http://docwiki.embarcadero.com/RADStudio/XE7/en/Metadata_Structure_(FireDAC)
ReplyDeletehttp://docwiki.embarcadero.com/RADStudio/XE7/en/Working_with_Metadata_(FireDAC)
ReplyDelete:)
Devart TmsMetadata from SDAC does the Job.
ReplyDeletehttp://www.devart.com/sdac/