Table - property of the PmaDatabase object
Note:
Property access
for read and write.
The default value of this property is defined in the "
Table (file)" configurator of this object.
The property is used when the
Open method is called only if the "
Open table using the SQL statement SELECT" configurator
is not checked. Otherwise the
OpenSQL property is used.
Possible name of the table is set here without the extension (e.g. if the
dBase file
temperatures.dbf is referenced, then
temperatures is set in this property)
Example:
JavaScriptVBScriptSelect and copy to clipboard
var sTable = oDb.Table;
Dim sTable
sTable = oDb.Table