|
|
|
|
|
|
|
Associates the data directory specified in the analysis with a directory found on disk. |
|
|
|
|
|
|
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis.... |
|
|
|
|
|
|
Returns the quality level of connection: the higher the level is, the faster the connection will be. |
|
|
|
|
|
|
The following paragraphs present the main aspects and specific features of the Native SQLite Connector. |
|
|
|
|
|
|
The PersistedCalculatedItem property is used to:
Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming.
Define whether the value of a calculated item is stored in the data file (when describing the item through programming).... |
|
|
|
|
|
|
The TimestampUTC property is used to:
Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming.
Define whether a timestamp item will use UTC time or local time (when describing the item through programming).... |
|
|
|
|
|
|
Three types of replication are proposed...... |
|
|
|
|
|
|
Imports JSON data into the current record. |
|
|
|
|
|
|
Executes a SELECT query asynchronously. |
|
|
|
|
|
|
Retrieves the structure and the value of the current record and exports them into a character string in XML format. |
|
|
|
|
|
|
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default). |
|
|
|
|
|
|
Modifies the location for the description of subscriber replica (RPL file). |
|
|
|
|
|
|
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer.... |
|
|
|
|
|
|
Changes the mode and the method for locking data files. |
|
|
|
|
|
|
Disables an automatic filter on the linked files when browsing an XML file. |
|
|
|
|
|
|
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file. |
|
|
|
|
|
|
Declares a (1, 1) (0, n) link between two tables. |
|
|
|
|
|
|
Used to find out the state of a record. |
|
|
|
|
|
|
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file). |
|
|
|
|
|
|
Asks to recalculate the content of a materialized view. |
|
|
|
|
|
|
WINDEV and WEBDEV propose a Native Connector for MySQL...... |
|
|
|
|
|
|
Adds an integrity rule between two files on the server. |
|
|
|
|
|
|
Reads a parameter that was saved from a stored procedure by HSaveParameter. |
|
|
|
|
|
|
Used to immediately start the automatic server update. |
|
|
|
|
|
|
Re-enables a server trigger that was disabled by HDeactivateServerTrigger. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|