The DBTable class represents tables read from a Microsoft ADO RecordSet object. It allows the rows and columns of a table to be retrieved as arrays, so the data can be used in ChartDirector easily.
Method | Inherited | Description |
DBTable | (Self) | Creates a DBTable object. |
getCol | (Self) | Gets the requested column of the table as an array. |
getRow | (Self) | Gets the requested row of the table as an array. |
getColNames | (Self) | Gets the names of the columns as an array. |
© 2021 Advanced Software Engineering Limited. All rights reserved.