My job gave me a challenge to do the following... I am still a rookie and learning as fast as I can but I have this curve ball and can't quite get my mind to it.
If it is not to much trouble... how can I create, modify and display Tables with the below exceptions?
RAD is out. No dataset, query or table components of any kind. For example, don’t use : DataSource, DataSet, DBGrid, DBText, DBEdit etc.) A connection component like TADOConnection is acceptable.
You can use the
ADOConnection.ExecuteMethod to fetch data from a query and then iterate and display in some sort of manner, e.g. using a TStringGrid or the famous TVirtualTreeView