PreviousActiveX Controls Guide (v10) Next

File Handling

Chapter contents

This section lists the properties and methods which you can use to perform file handling.

Properties and Methods

Table 5-3 Properties and Methods for File Handling 
Property or Method
Description
Enables or disables automatic caching of extended fetch data sets.
Closes the file associated with the control.
Returns or sets the length in bytes of the record data buffer used for single-record operations on the file.
Attaches the VAccess control to a specific set of data definition files.
Returns the Pervasive PSQL file version.
Attempts to insert the current data buffer as a new record.
Sets or returns the drive, path, and file name of the table associated with the selected VAccess control.
Attempts to open the file associated with the control.
Sets or returns the open mode of the file associated with the control.
Specifies a Pervasive PSQL owner name to be used when trying to open the file associated with the VAccess control.
Sets or returns the page size of the Pervasive PSQL data file.
Sets the owner name of a file.
Retrieves current file status information from the file associated with the control.
Indicates which table will be associated with the control.
Returns the number of records contained in the Pervasive PSQL file associated with the VAccess control.


Chapter contents
Book contents

Prev topic: Retrieving Sets of Records (Extended Operations)
Next topic: Data Dictionary Methods