I come from a Delphi 5 database development team and am looking at using C++ Builder to achieve similar results in my application. I am looking to replace the use of datasets with collections/lists of classes. For instance a dataset containing details of Suppliers may be replaced with the use of a collection of the Supplier class (each containing the Supplier ID, name and other info.). Having loaded the classes from the database am I able to display the information as stored in these classes in the form of a grid (like I would do with a TDBGrid against the dataset). Would I also be able to order these entries by appropriate properties - i.e. Supplier ID or Supplier Name ?
Any pointers or simplistic code examples would be appreciated.
Thanks in advance.
Steve
Any pointers or simplistic code examples would be appreciated.
Thanks in advance.
Steve