|
|
|
|
|
|
|
WINDEV and WEBDEV propose an optional Native Connector to Progress ...... |
|
|
|
|
|
|
Allows you to find out the rights granted to a user or to a group on a database. |
|
|
|
|
|
|
Allows you to find out the rights granted to a user or group of users on a server. |
|
|
|
|
|
|
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction. |
|
|
|
|
|
|
Validates the current transaction:
the modifications performed on the data file 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.... |
|
|
|
|
|
|
WINDEV and WEBDEV propose a Native Connector to PostgreSQL...... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
Forces the execution of a scheduled backup. |
|
|
|
|
|
|
Updates the variables for user management with the information regarding the specified user. |
|
|
|
|
|
|
Returns the list of connections currently described in the application. |
|
|
|
|
|
|
The FilteredItem property is used to identify the item that has a filter implemented by HFilter. |
|
|
|
|
|
|
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query.... |
|
|
|
|
|
|
The CompositeKey property determines if an item is a composite key. |
|
|
|
|
|
|
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB. |
|
|
|
|
|
|
The CtInitialCatalog property is used to get the default database defined for the access. |
|
|
|
|
|
|
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server). |
|
|
|
|
|
|
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB. |
|
|
|
|
|
|
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB. |
|
|
|
|
|
|
The LogFile property is used to determine if a data file is a log file. |
|
|
|
|
|
|
The InitialFile property is used to get the original name of the data file associated to an item in a query. |
|
|
|
|
|
|
The NbComponent property is used to get the number of elements in a composite key. |
|
|
|
|
|
|
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code. |
|
|
|
|
|
|
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming. |
|
|
|
|
|
|
InitialItem is used to find out the initial name of an item found in a query. This name is known from the alias of this item. |
|
|
|
|
|
|
The DefaultValue property is used to:
Find out the default value of an item. This item was defined in the data model editor or through programming.
Define the default value of an item (when describing the item through programming).... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|