ChartDirector 7.0 (ASP/COM/VB Edition)

DBTable


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.

MethodInheritedDescription
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.