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.
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
HBase functions
The following functions are used to manage HBase databases:...
SaaSAdminDisconnect (Function)
Ends the management session of a SaaS database.
SaaSAdminFindSite (Function)
Find a site in the database of SaaS Webservice.
SaaSAdminListUser (Function)
Lists the users of the SaaS Webservice database.
gpwAddUser (Function)
Adds a user to the User Groupware database.
gpwModifyUser (Function)
Modifies a user in the database of user groupware.
MongoDeleteDatabase (Function)
Deletes a MongoDB database as well as its collections.
<mongoDatabase variable>.ExecuteCommand (Function)
Runs a generic command on a MongoDB database.
<mongoDatabase variable>.DeteleDatabase (Function)
Deletes a MongoDB database as well as its collections.
Memcached functions
The following functions are used to manage Memcached databases:
SaaSAdminCreateClientDatabase (Function)
Creates the database of a client account for a SaaS site.
gpwAddUserToGroup (Function)
Adds a user to a group of the User Groupware database.
SaaSAdminListClient (Function)
Lists the client accounts of SaaS Webservice database.
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
ERR_ALREADYCONNECTED
NotesDocumentDelete (Function)
Deletes the current document from the Lotus Notes database browsed.
CtInitialCatalog (Property)
The CtInitialCatalog property is used to get the default database defined for the access.
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
MongoDB functions (prefix syntax)
The following functions and types are used to handle the MongoDB data:...
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
1
6
7
8
9
10
90
>