
With DYNDATA your are able to connect to a SQL-Server Database and edit the data in thier tables. DYNDATA builds dynamically the needed textfields and checkboxes.
It uses ADO without databindingcontrols. You can select a database and table from a combobox and then connect to your given SQL-Server.
All information about login, tables and databases
are extracted from information_schema views and system tables.
It is a tool I need for editing quickly data in tables without having additional tools.
Thanks for voting