FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour HDO v1.00 Ejemplos con RDL de MySQL y SQLite
Posts: 817
Joined: Sun Jun 15, 2008 07:47 PM
HDO v1.00 Ejemplos con RDL de MySQL y SQLite
Posted: Sun Sep 03, 2017 04:09 PM

En el foro de HDO https://es.groups.yahoo.com/neo/groups/HDO_Harbour/info podéis encontrar dos ejemplos:
ejxx.prg -> para crear la base de datos HDODEMO y la tabla TEST desde test.dbf de SAMPLES de Harbour.
ej17.prg -> ejemplo de manteniento completo (altas, bajas, modificaciones, bĂşsqueda, listados) de la tabla test.

Todo compilado para MySQL y SQLite.

HDO está escrita completamente en lenguaje C.
Funciona en cualquier plataforma que soporte Harbour y el gestor de Bases de datos. (Hasta ahora Windows, Linux, Android, iOS e internet)
Usa sentencias preparadas que son más rápidas, tratan la información de manera binaria y no permiten código inyectado.
etc, etc :D :D :D

El siguiente RDL será PostgreSQL... 8) 8) 8)

Atentos a las pantallas. :shock: :shock: :shock:

Si alguien lo puede traducir al inglés¡, le estaria agradecido :oops: :oops: :oops:

______________________________________________________________________________

Sevilla - AndalucĂ­a
Posts: 1088
Joined: Fri Oct 07, 2005 03:33 PM
Re: HDO v1.00 Ejemplos con RDL de MySQL y SQLite
Posted: Mon Sep 04, 2017 03:21 PM

Hello,

I don't have a good english, but I have interest in this topic

=============================================

In the HDO forum https://es.groups.yahoo.com/neo/groups/HDO_Harbour/info you can find two examples:
ejxx. prg -> to create the HDODEMO database and the TEST table from Harbour SAMPLES test. dbf.
e. g. 17. prg -> example of complete maintenance (Create, Delete, Update, Search, Listings) of the test table.

All compiled for MySQL and SQLite.

HDO is written entirely in C language.
Works on any platform that supports Harbour and the Database Manager. (Up to now Windows, Linux, Android, iOS and Internet) It uses prepared sentences that are faster, handle the information in a binary way and do not allow injected code.
etc.

The next RDL will be PostgreSQL...

Look or wait the screens.

===================================

Personaly I have interest in xHarbour + PostgreSql

Posts: 817
Joined: Sun Jun 15, 2008 07:47 PM
Re: HDO v1.00 Ejemplos con RDL de MySQL y SQLite
Posted: Mon Sep 11, 2017 05:09 PM

Hola Marcelo.
En este momento funciona con:
- SQLite
- MySQL/MariaDB
Lo siguiente será:
- Postgres
- Firebird/InterBase
- ODBC

______________________________________________________________________________

Sevilla - AndalucĂ­a

Continue the discussion