AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 1-25 de 81 para mysql
SQLConnect (Función)
Conecta la aplicación actual a una base de datos que debe ser interrogada mediante SQL.
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: Programming with SQL functions
The SQL functions can be used to handle the MySQL database...
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...
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 numerosos temas para crear sitios web originales...
<Connection variable>.ListDatabase (Función)
Crea una lista de las bases de datos Client/Server asociadas a una conexión.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.).
HListDatabase (Función)
Lista las bases de datos Client/Server asociadas a una conexión.
Source (Property)
The Source property can be used on:
  • a Graphe field: in this case, the Source property is used to identify the source of the series: Table Column, list of values, etc., ...
  • a connection: in this case, the Source property is used to identify or define the source of a connection (HFSQL Client/Server, OLE DB, etc.)..
Descripción del proyecto: Pestaña de las tablas
La ventana de descripción del proyecto permite configurar varios elementos del proyecto...
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...
Migrar un sitio WEBDEV a PHP
Para migrar un sitio WEBDEV a PHP...
SQLTransaction (Función)
Inicia, compromete o revierte una transacción:
  • en los archivos de una base de datos abierta por SQLConnect,
  • en los archivos de una base de datos abierta por una conexión (OLE DB o Native Access/Native Connector) descrita en el editor de esquemas de base de datos o por 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...
Provider (Property)
La propiedad Provider permite gestionar el tipo de una conexión (HFSQL Client/Server, OLE DB, etc.).
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
<Source>.SavePosition (Función)
Almacena el contexto actual del archivo (registro actual, filtro, punteros).
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.
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.
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).
Manipular tablas en PHP
WEBDEV le permite crear un sitio PHP que maneja tablas...
14. Generación PHP en la práctica
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
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...
SQLConnect (Example)
Usage example of the SQLConnect function
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...
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application...
Importar tablas al esquema de base de datos (base de datos externa, etc.)
WINDEV y WEBDEV permiten manipular fácilmente bases de datos externas (Oracle, SQL Server, Access, etc, ...
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...
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.
<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 (extension ".FIC") with index file, full-text index file and memo file if required.
¿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
Modelo de datos lógicos (LDM)
Un Modelo de Datos Lógicos (LDM) se utiliza para describir las estructuras de datos (ficheros, elementos,....
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): recording in progress, filter, playback pointers.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language...
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...
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...
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Elementos de enumeración y combinación
WINDEV, WEBDEV y WINDEV Mobile proponen los tipos Enumeración y Combinación...
<Source>.DeclareExternal (Función)
Importa temporalmente la descripción de una tabla en el esquema de base de datos actual a partir de una tabla HFSQL existente.
HOpenConnection (Function)
Opens a connection to a specific database.
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...
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
Check: Connectivity to the external databases (via ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ...
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor.
Funciones SQL que pueden utilizarse en las consultas SQL
Las siguientes funciones SQL pueden utilizarse en las consultas escritas en código SQL (clasificadas por tema)....
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
Ordena los elementos que se encuentran en un control TreeView.
<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
Elimina todas las fórmulas añadidas con TableFormulaAdd.
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.
New Features brochure - Version 2024: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 2024 presented in the 2024 New Features brochure.
Funciones HFSQL
Lista de funciones para la gestión de HFSQL
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024.
Folleto de novedades - Versión 27: Novedades comunes
Novedades de WINDEV, WEBDEV y WINDEV Mobile 27 presentadas en la Revista de novedades.
Mapa del sitio de la documentación de PC SOFT
Specific features of print in PDF format
1
2
3
4
>