ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: Connecter
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property...
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
Optional connection information
When defining the connections in the data model editor or when defining the connections...
Keep-alive on connection
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
Configuring the connection with WDSQSINS
... SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL...
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL...
<redisConnection>.Connect (Function)
Opens a connection to a Redis server (or cluster).
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
<Connection variable>.ActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution...
<gglConnection variable>.Connect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
<btleDevice variable>.Connect (Function)
Used to connect to a Bluetooth Low Energy device.
<sfConnection variable>.Connect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
<mqttSession variable>.Connect (Function)
Used to connect to a MQTT server (also called "Broker").
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
<Connection variable>.AddLink (Function)
Adds an integrity rule between two files on the server.
<Connection variable>.AddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
<Connection variable>.AddScheduling (Function)
Creates a scheduled task on an HFSQL server: stored procedure, backup, optimization,...
<Connection variable>.AddScheduledBackup (Function)
... by the connection.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
<Connection variable>.CancelBackup (Function)
Cancels a current backup.
<Connection variable>.StopServer (Function)
Stops an HFSQL server.
<Connection variable>.LoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.