ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Finding out the type of access to the data file by a connection Hide the details
Returns the type of access to the data file.hOReadWriteThe data file can be accessed in read/write. You have the ability to read the records and to write new records.hOReadThe data file can be accessed in read-only. You only have the ability to read the records. No record can be added or deleted.
Name of data file used. This name was defined in the data model editor or by the File description type.Name of connection used. This name was defined in the data model editor, or by #HDescribeConnection or HOpenConnection.
Defining the type of access to the file by a connection Hide the details
Name of data file used. This name was defined in the data model editor or by the File description type.Name of connection used. This name was defined in the data model editor or by HDescribeConnection or HOpenConnection.
Defines the type of access to the data file.hOReadWriteThe data file can be accessed in read/write. You have the ability to read the records and to write new records.hOReadThe data file can be accessed in read-only. You only have the ability to read the records. No record can be added or deleted.
Miscellaneous
Equivalence
Last update: 12/04/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: