XBase.Default
Syntax:
Parameters:
<PathToTheDatabase> (optional)
Full name of a DBF formatted database table file.
<PathToIndex> (optional)
Path to the table's index file.
<ReadOnly> (optional)
True - open the file for reading only, False - open the file for reading and writing.
Default value: False.
Description:
Example:
xB = New xBase("C:\temp.dbf"); |
See also: