XBase.OpenFile
Syntax:
Parameters:
<PathToTheDatabase> (required)
Full name of the DBF formatted database table file being opened.
<PathToIndex> (optional)
Full name of the database table index file being opened. If the parameter is not specified, the index file will not be opened.
Default value: Empty string.
<ReadOnly> (optional)
Defines file opening mode. True indicates read only; False indicates full access.
Default value: False.
Description:
Availability:
Example:
xB.OpenFile("c:\test.dbf", "c:\test.cdx"); |