|
|
|
|
|
|
|
WINDEV and WEBDEV offer a Native Connector for MySQL... |
|
|
|
|
|
|
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis... |
|
|
|
|
|
|
Disables an automatic filter on the linked files when browsing an XML file. |
|
|
|
|
|
|
The query editor automatically creates a technical documentation for each query...... |
|
|
|
|
|
|
The Null property is used to:
Assign NULL to the item for the current record.
Find out whether the item is associated with the NULL value for the current record.
Define the default value of an item when the item is described through programming.... |
|
|
|
|
|
|
The "Analysis" pane lists...... |
|
|
|
|
|
|
List of SQL functions used to access the external databases... |
|
|
|
|
|
|
Two types of browse can be used to browse the result of a query run by SQLExec...... |
|
|
|
|
|
|
Moves backward several records from the current position in the data file, according to a specified item. |
|
|
|
|
|
|
Returns the name of a language. |
|
|
|
|
|
|
Declares a transaction savepoint. |
|
|
|
|
|
|
Initializes a query and declares this query to the database server in order to optimize the next executions of this query. |
|
|
|
|
|
|
Gets or sets the language associated with the keyboard. |
|
|
|
|
|
|
Sets the position on the first record of a data file according to the specified browse item. |
|
|
|
|
|
|
Enables or disables the management of duplicates on a unique key. |
|
|
|
|
|
|
Sets the position on the next data file record according to a browse item. |
|
|
|
|
|
|
Sets the position on the last record of a data file according to a browse item. |
|
|
|
|
|
|
Crosses a record in a data file. |
|
|
|
|
|
|
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view). |
|
|
|
|
|
|
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search). |
|
|
|
|
|
|
The Null keyword can be used according to different methods in WLanguage...... |
|
|
|
|
|
|
Returns a list of keys to add to data files to improve query performance. |
|
|
|
|
|
|
The Type property is used to get:
the type of element (data file or item) defined programmatically or in the data model editor, view or query.
the type of object.
the type of data held in a Variant.... |
|
|
|
|
|
|
A "spare" server is a target server in a unidirectional automatic replication...... |
|
|
|
|
|
|
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows). |
|
|
|
|
|
|
Asks to recalculate the content of a materialized view. |
|
|
|
|
|
|
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|