|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 database schema... |
|
|
|
|
|
|
|
| Reads a parameter that was saved from a stored procedure by HSaveParameter. |
|
|
|
|
|
|
|
| Deletes a parameter previously saved by HSaveParameter. |
|
|
|
|
|
|
|
| Returns the quality level of connection: the higher the level is, the faster the connection will be. |
|
|
|
|
|
|
|
| Refreshes a List Box, ListView or Combo Box control based on a data file |
|
|
|
|
|
|
|
| Re-enables a server trigger that was disabled by HDeactivateServerTrigger. |
|
|
|
|
|
|
|
| Creates a text file containing the server logs between two given dates. |
|
|
|
|
|
|
|
| Returns information about a materialized view. |
|
|
|
|
|
|
|
| Used to immediately start the automatic server update. |
|
|
|
|
|
|
|
| Adds an integrity rule between two data files on the server. |
|
|
|
|
|
|
|
| Displays a message on the Client computer(s) and disconnects the application. |
|
|
|
|
|
|
|
| Displays a message on the client computers. |
|
|
|
|
|
|
|
| Declares a description of table (found in a database schema) in the current project. |
|
|
|
|
|
|
|
| Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.). |
|
|
|
|
|
|
|
| Enables or disables the management of triggers. |
|
|
|
|
|
|
|
| Checks whether the data found in the index table (.NDX file) properly refers the data found in the table (.FIC file). |
|
|
|
|
|
|
|
| Returns the content of an item found in the current record (in the table, view, query, ...). |
|
|
|
|
|
|
|
| Modifies the current record if it exists, otherwise adds a new record. |
|
|
|
|
|
|
|
| Cancels the current search criterion. |
|
|
|
|
|
|
|
| Writes a record into a table without updating the indexes corresponding to all keys used in the table. |
|
|
|
|
|
|
|
| Modifies the specified record or the record found in memory in the table (query or view). |
|
|
|
|
|
|
|
| Returns the content of the current record (in a file, a view or a query, ...). |
|
|
|
|
|
|
|
| Transforms the crossed records (HCross) into deleted records. |
|
|
|
|
|
|
|
| Finds out if a file exists, i.e. if it has been physically created (HCreate or HCreationIfNotFound). |
|
|
|
|
|
|
|
| Cancels an alias that was declared beforehand by HAlias. |
|
|
|
|
|
|
|
| Modifies the physical name of a table. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|