|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available. |
|
|
|
|
|
|
|
| WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.... |
|
|
|
|
|
|
|
| An application that works with the User Groupware can be used with a database handled by a Native Connector... |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP). |
|
|
|
|
|
|
|
| Usage example of the HListKey function |
|
|
|
|
|
|
|
| Usage example of the HFileExist function |
|
|
|
|
|
|
|
| Usage example of the HErrorInfo function |
|
|
|
|
|
|
|
| Adds one or more documents into a collection of MongoDB database. |
|
|
|
|
|
|
|
| Deletes a file identified by its name from a MongoDB file system. |
|
|
|
|
|
|
|
| Creates a connection to a MongoDB server or cluster. |
|
|
|
|
|
|
|
| Usage example of the HNbRec function |
|
|
|
|
|
|
|
| Lists the Client/Server databases associated with a connection.... |
|
|
|
|
|
|
|
| Validates the current transaction:
the modifications performed on the table since the start of transaction (HTransactionStart) are validated.
the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
the records locked in read-only by the transaction are unlocked.... |
|
|
|
|
|
|
|
| Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system. |
|
|
|
|
|
|
|
| Usage example of the HChangeName function |
|
|
|
|
|
|
|
| Returns the approximate position of current record in the data file. |
|
|
|
|
|
|
|
| Usage example of the HMergeView function |
|
|
|
|
|
|
|
| Creates a collection in a MongoDB database while specifying the options of this collection. |
|
|
|
|
|
|
|
| Usage example of the HListItem function |
|
|
|
|
|
|
|
| Usage example of the HErrorDuplicates function |
|
|
|
|
|
|
|
| Temporarily imports into the current database schema the description of a table from an existing HFSQL table. |
|
|
|
|
|
|
|
| Usage example of the HChangeKey function |
|
|
|
|
|
|
|
| Usage example of the HReadLast function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|