ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Finding out the type of access for a connection Hide the details
Returns the type of access for the connection: hOReadWriteThe data files handled by the connection can be accessed in read/write mode. You have the ability to read the records and to write new records.hOReadThe data files handled by the connection can be accessed in read-only mode. You only have the ability to read the records. No record can be added or deleted. This constant is available during an OLE DB connection only.
Name of connection used. This name was defined:in the data model editor,by HDescribeConnection or HOpenConnection,by the Connection type.
Defining the type of access for a connection Hide the details
Defining the type of access for a connection: hOReadWriteThe data files handled by the connection can be accessed in read/write mode. You have the ability to read the records and to write new records.hOReadThe data files handled by the connection can be accessed in read-only mode. You only have the ability to read the records. No record can be added or deleted. This constant is available during an OLE DB connection only. It is ignored in the other cases.
Last update: 02/18/2021
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: