ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListConnection (Function)
Returns the list of connections currently described in the application:
  • connections described in the data model editor (for the main analysis and, if necessary, additional analyses).
  • connections described by programming (with functions HDescribeConnection or HOpenConnection).
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SQLChangeConnection (Function)
Modifies the current connection.
HDescribeConnection (Function)
Describes a new connection to an external database.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information...
<Connection variable>.CloseConnection (Function)
Closes a connection to a database.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HListFile (Function)
Returns the list of files:
  • current analysis.
  • analyses in progress (projects with multiple analyses).
  • a specific analysis recognized by the HFSQL engine.
  • available on a connection via a Native Connector or an OLE DB driver.
  • for a group of files defined in the data model editor.
HOpenConnection (Function)
Opens a connection to a specific database.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
Installing Native Sybase Connector for WINDEV and WEBDEV 2024
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Programming overview in C and C++
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
Specific features of the applications for iPhone/iPad
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install......
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
CtDescribedAccess (Property)
The CtDescribedAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
CtDescribedDatabase (Property)
The CtDescribedDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......