AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 26-50 de 83 para mysql
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).
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Connector for MySQL...
MySQL Native Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis...
MySQL Native Connector: Features and notes
Remarks and specific features of the Native MySQL Connector
MySQL Native Connector: Special features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database...
MySQL Native Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database...
CacheSize (Property)
The CacheSize property is used to:
  • Get the maximum number of records that can be stored in the cache of the Native MySQL Connector.
  • Change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
CtCacheSize (Property)
La propiedad CtCacheSize permite determinar y cambiar el número máximo de registros que se pueden almacenar en la caché del Conector Nativo MySQL.
Importar estilos de un tema WordPress con WEBDEV
WordPress ofrece numerosas plantillas para crear sitios web originales...
HListDatabase (Function)
Lists the Client/Server databases associated with a connection.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.).
<Connection variable>.ListDatabase (Función)
Crea una lista de las bases de datos Client/Server asociadas a una conexión.
Source (Property)
The Source property can be used on:
  • Chart control field field: in this case, the Source property indicates the source of the series: table column, list of values, etc, ...
  • connection in which case the Source property is used to identify or define the source of a connection (HFSQL Client/Server, OLE DB, etc.).
Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project...
Descripción del proyecto: Pestaña de archivos de datos
La ventana de descripción del proyecto permite configurar varios elementos del proyecto...
Migrar un sitio WEBDEV a PHP
Para migrar un sitio WEBDEV a PHP...
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.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError...
SQLLock (Function)
Used to lock:
  • The entire data table, in read and write mode. Its data cannot be accessed by other computers.
  • The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application...
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
Provider (Property)
La propiedad Provider permite gestionar el tipo de una conexión (HFSQL Client/Server, OLE DB, etc.).
<Source>.SavePosition (Function)
Stores the current context of a data file: current record, filter, read pointers.
SQLConnect (Función)
Conecta la aplicación actual a una base de datos que debe ser interrogada mediante SQL.
CtOLEDBProvider (Propiedad)
La propiedad CtOLEDBProvider obtiene y establece el nombre del proveedor OLE DB (también llamado servidor OLE DB).
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...
gpwOpenConnection (Función)
Abre una conexión a una base de datos Client/Server específica para gestionar archivos del Groupware Usuario en modo Client/Server.
CtDescribedOLEDBProvider (Property)
La propiedad CtDescribedOLEDBProvider obtiene y establece el nombre del proveedor OLE DB (también llamado servidor OLE DB).
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to:
  • Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or programmatically.
  • Define the SQL expression returning the value of a calculated item (when describing the item through programming).
SQLConnect (Example)
Usage example of the SQLConnect function
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.
Manipular archivos de datos en PHP
WEBDEV le permite crear un sitio PHP que maneja archivos de datos...
14. Generación PHP en la práctica
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.
SQL: Gestión de uniones (INNER JOIN, OUTER JOIN)
Para seleccionar registros procedentes de varios archivos de datos, se deben utilizar uniones en la consulta SQL....
Funciones WLanguage disponibles en PHP
Algunas funciones de WLanguage no están disponibles en PHP...
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application...
HDescribeConnection (Function)
Describes a new connection to an external database.
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode...
Gestión de bases de datos en aplicaciones WINDEV Java
Este documento presenta los diferentes modos de acceso a bases de datos desde una aplicación WINDEV Java...
<Fuente>.Creation (Función)
Crea un archivo de datos vacío (extensión ".FIC") con el archivo de índice y el archivo memo, si es necesario.
HCreation (Function)
Creates an empty data file (file extension ".FIC") with index file, full-text index file and memo file if required.
SQLListSource (Function)
Lists the data sources declared on a local site.
Assisted universal replication programmatically
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself...
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Project analysis: the Logical Data Model (LDM)
An LDM (Logical Data Model) is used to describe data structures (data files, fields, etc.)...
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
¿Cómo desarrollar un sitio PHP?
¿Qué es un sitio PHP?...
Utilizar datos de una base de datos externa
Tutorial WINDEV - Base de datos externa Utilizar datos de una base de datos externa - 40 min
Importar archivos de datos al análisis (base de datos externa, etc.)
WINDEV y WEBDEV permiten manipular fácilmente bases de datos externas (Oracle, SQL Server, Access, etc, ...
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
MariaDB Native Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis...
Crear un proyecto Java
WINDEV le permite generar una aplicación Java sin siquiera conocer el lenguaje Java...
16. Aplicaciones Java en la práctica
Aplicaciones Java en la práctica
Universal replication
The purpose of universal replication is to keep several databases synchronized...
Características específicas de la versión Express
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HOpenConnection (Function)
Opens a connection to a specific database.
<Source>.DeclareExternal (Función)
Importa temporalmente la descripción de un archivo de datos en el análisis actual a partir de un archivo de datos HFSQL existente.
Elementos de enumeración y combinación
WINDEV, WEBDEV y WINDEV Mobile proponen los tipos Enumeración y Combinación...
Check: Connectivity to the external databases (via ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ...
MariaDB Native Connector: Features and notes
This page presents the main aspects and requirements of the Native MariaDB Connector...
LINUX: ODBC database access
The native access to HFSQL Classic and Client/Server is available for WINDEV applications running in Linux ("console" applications) and for the WEBDEV websites hosted in Linux...
Type (Property)
The Type property is used to get:
  • the type of element (data file or item) defined programmatically or in the data model editor, view or query.
  • the type of object.
  • the type of data held in a Variant.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)...
Propiedades HFSQL
Lista de propiedades HFSQL
HExecuteQuery (Función)
Declara una consulta creada en el editor de consultas al motor HFSQL y ejecuta la consulta.
SQLExec (Function)
Names and runs an SQL query.
Aplicación Java y WINDEV
Una aplicación Java es una aplicación compilada íntegramente en Java...
Novedades de WEBDEV 2026
WEBDEV 2026 ya está disponible.
Novedades de WEBDEV 2026
<Source>.ExecuteQuery (Función)
Declara una consulta creada en el editor de consultas al motor HFSQL y ejecuta la consulta.
Novedades de WINDEV 2026
WINDEV 2026 ya está disponible.
Novedades de WINDEV 2026
HFSQL constants
List of constants used by the HFSQL functions.
New products brochure 28: Common new products
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure.
2025 novelties brochure: Common novelties
What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure.
HFSQL functions
List of functions for HFSQL management
New Features brochure - Version 2024: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 2024 presented in the 2024 New Features brochure.
New products brochure 27: Common new products
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure.
Mapa del sitio de la documentación de PC SOFT
1
2
3
4
>