ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
<Connection variable>.NoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Database (Property)
The Database property is used to get and modify the database associated with a connection.
SaaSAdminSiteConnection (Function)
Returns the connection to the common database or to the reference database of the SaaS site.
<Connection variable>.CloseConnection (Function)
Closes a connection to a database.
HCloseConnection (Function)
Closes a connection to a database.
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
HOpenConnection (Function)
Opens a connection to a specific database.
HDescribeConnection (Function)
Describes a new connection to an external database.
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"....
<Connection variable>.ListDatabase (Function)
Lists the Client/Server databases associated with a connection....
HListDatabase (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.