|
|
|
|
|
|
|
Several types of controls can be handled in a dynamic page ...... |
|
|
|
|
|
|
Returns the status of each cluster node by interrogating the coordinator. |
|
|
|
|
|
|
The VisibleEndUser property is used to:
Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically.
Define whether an item must be visible or not to the end users (item described programmatically only).... |
|
|
|
|
|
|
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.... |
|
|
|
|
|
|
Defines the options for the generated PDF file. |
|
|
|
|
|
|
Retrieves the content of a Text Memo column found in the query result, for the current line. |
|
|
|
|
|
|
Returns the different types of columns supported:
by the data source identified by SQLConnect
by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection).... |
|
|
|
|
|
|
Declares the end of the query execution and frees the memory resources allocated during the execution of the query. |
|
|
|
|
|
|
Adds a user to a database. |
|
|
|
|
|
|
Stores a unique computer number or identifier in order to use the log and transactions over the network. |
|
|
|
|
|
|
The NewRecord property is used to determine if the record is a new record or if it comes from the data file. |
|
|
|
|
|
|
The Binary property is used to determine if an item is binary. |
|
|
|
|
|
|
The CtDescribedAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB. |
|
|
|
|
|
|
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB. |
|
|
|
|
|
|
The CtDescribedDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB. |
|
|
|
|
|
|
The CtDescribedCaption property is used to get and set the caption of the connection to the OLE DB data source. |
|
|
|
|
|
|
The CtDescribedPassword property allows you to set the password used to open the data file in an OLE DB connection (file defined in the code only). |
|
|
|
|
|
|
The CtCursorOptions property is used to get the type of cursor used when connecting to an external database. |
|
|
|
|
|
|
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server). |
|
|
|
|
|
|
The MaxAutoID property is used to get the maximum automatic identifier of a replicated data file. |
|
|
|
|
|
|
The MinAutoID property is used to get the minimum automatic identifier of a replicated data file. |
|
|
|
|
|
|
The Index property indicates the physical index (physical order) of an item in a record. |
|
|
|
|
|
|
The LogMethod property is used to:
find out the log mode used for a data file (file defined in the data model editor or through programming).
define the log mode used for a data file (when the file is described through programming).... |
|
|
|
|
|
|
The Memo property is used to determine if an item is of type memo. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|