AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

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.
HListFile (Function)
Returns the list of files:
  • analysis in progress.
  • of analyses in progress (case of projects with multiple analyses).
  • specific analysis recognized by the HFSQL engine.
  • available for connection via a Native Connector or an OLE DB driver.
  • for a group of files defined in the data model editor.
SQLConnectWS (Función)
Conecta la aplicación actual a una base de datos que será consultada por SQL a través de un proxy de servicio web (SOAP).
HOpenConnection (Function)
Opens a connection to a specific database.
HDescribeConnection (Function)
Describes a new connection to an external database.
SQLChangeConnection (Function)
Modifies the current connection.
HListConnection (Function)
Returns the list of connections currently described in the application:
  • connections described in the data model editor (for the main analysis and additional analyses if required).
  • connections described by programming (with functions HDescribeConnection or HOpenConnection).
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
SQLConnect (Función)
Conecta la aplicación actual a una base de datos que debe ser interrogada mediante SQL.
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...