| » Metadata | » Status |
|---|---|
|
|
| » Description | |
|
MDB2_TableBrowser: class to turn any database table or view into an easy to manipulate data browsing object. If you really hate using sql in your code, having to piece together bits of sql to make queries...this class gives you an alternative. If you ever needed to build a data browsing or a directory application, you may appreciate this. You can use this class to create a tableBrowser object for each of the tables you need to work with. This object has convenient methods to retrieve/filter/update/insert rows into the table without any sql. If you need to work with data that spans multiple tables, you can create a table view(assuming your database supports it) based on a multi-table join. Once you create your table view, you can use this class on it in the same way as you would a regular table. See examples on the link below... |
|
| » Dependencies | » Links |
|
|
| » Timeline | » Changelog |
|
|