ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HCloseConnection (Function)
Closes a connection to a database.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
SaaSClientConnexion (Function)
Returns the characteristics of the connection to the client database.
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
<Connection variable>.ListDatabase (Function)
Lists the Client/Server databases associated with a connection....
HDuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
<Connection variable>.DuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
SaaSAdminModifyClientConnection (Function)
Modifies the connection to the client database for a SaaS site.
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
SaaSAdminClientConnection (Function)
Returns the connection to the database of a client account for a SaaS site.
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
<mongoDatabase variable>.CreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
<mongoCollection variable>.DeleteCollection (Function)
Deletes a collection from a MongoDB database.
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
<mongoCollection variable>.ModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
1
2
3
4
5
6
90
>