Page 1 of 1

FWH MySQL/MariaDB native support docs

PostPosted: Mon Dec 05, 2016 3:45 pm
by Antonio Linares
FWH Built-in MySql/MariaDB functionality
viewtopic.php?f=3&t=32657

FWH MariaDb/MySql Backup and Restore
viewtopic.php?f=3&t=32791

FWH MySql/MariaDB: RowSet object
viewtopic.php?f=3&t=32737

FWH Parent Child RowSets (MySql/MariaDB)
viewtopic.php?f=3&t=32736

FWH MYSQL/MARIADB Stored Procedures and Functions
viewtopic.php?f=3&t=33280

Re: FWH MySQL/MariaDB native support docs

PostPosted: Mon Dec 05, 2016 6:40 pm
by Compuin
Muy bueno,

No mas librerias pagas sin soporte o "soporte cuando pueden".

Saludos!

Re: FWH MySQL/MariaDB native support docs

PostPosted: Mon Dec 05, 2016 9:12 pm
by lubin
Felicitaciones Antonio
Es un buen plus para fiveWin
Seguro muchos nos animaremos hacia la actualización !!! , habrá alguna oferta ???

He visto su documentación, Se contara con ella en español ???

Saludos
Lubin

Re: FWH MySQL/MariaDB native support docs

PostPosted: Wed Dec 14, 2016 6:03 pm
by Antonio Linares
Lubin,

Llevamos años manteniendo los mismos precios y eso en si es una muy buena oferta :-)

Tenemos que traducir esa documentación. Gracias por el recordatorio

Re: FWH MySQL/MariaDB native support docs

PostPosted: Mon Mar 20, 2017 9:47 am
by nageswaragunupudi

Re: FWH MySQL/MariaDB native support docs

PostPosted: Thu Apr 20, 2017 4:28 am
by nageswaragunupudi

Re: FWH MySQL/MariaDB native support docs

PostPosted: Wed May 08, 2019 11:10 am
by nageswaragunupudi

Re: FWH MySQL/MariaDB native support docs

PostPosted: Mon Sep 27, 2021 8:10 pm
by goosfancito
Algun ejemplo del uso de MYSQL / MariaDB empotrado?

gracias.

Re: FWH MySQL/MariaDB native support docs

PostPosted: Mon Sep 27, 2021 8:57 pm
by nageswaragunupudi
fwh\mysqlmbd.prg
Build with bldmbh.bat or bldmbh32.bat or bldmhx.bat

Re: FWH MySQL/MariaDB native support docs

PostPosted: Sun Mar 05, 2023 6:27 pm
by PAUL SIMM
Al trsapasar el codigo de un PC donde todo funciona bien con FW 64bits Xharbour a Otro sale este error compilando

En que liberia esta las fuciones que falta

--------------------Configuración: MENSAWIN - Release--------------------
xHarbour 1.2.3 Intl. (SimpLex) (Build 20201212)
Copyright 1999-2020, http://www.xharbour.org http://www.harbour-project.org/
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
MEWIN.c:
xHarbour 1.2.3 Intl. (SimpLex) (Build 20201212)
Copyright 1999-2020, http://www.xharbour.org http://www.harbour-project.org/
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
TGET64.c:
xHarbour 1.2.3 Intl. (SimpLex) (Build 20201212)
Copyright 1999-2020, http://www.xharbour.org http://www.harbour-project.org/
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
PRINTER.c:
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external 'mysql_set_character_set' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_server_init' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_init' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_options' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_real_connect' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_list_tables' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_list_dbs' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_field_count' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_affected_rows' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_list_fields' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_fetch_field' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_hex_string' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_real_query' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_use_result' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_fetch_fields' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_real_escape_string' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_escape_string' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_store_result' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_data_seek' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_num_fields' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_fetch_row' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_fetch_lengths' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_stmt_bind_param' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_set_server_option' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_autocommit' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_insert_id' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_get_client_info' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_character_set_name' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_get_server_info' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_ping' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_select_db' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_errno' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_error' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_info' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_next_result' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_free_result' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_close' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_server_end' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_num_rows' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_stmt_init' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_stmt_prepare' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_stmt_execute' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unresolved external 'mysql_stmt_close' referenced from C:\FIVEWIN21\FWH\LIB\FIVEHX.LIB|FWMARIA
Error: Unable to perform link

Re: FWH MySQL/MariaDB native support docs

PostPosted: Mon Mar 06, 2023 7:39 am
by Antonio Linares
Dear Paul,

Are you linking libmysql.lib ?

Re: FWH MySQL/MariaDB native support docs

PostPosted: Mon Mar 06, 2023 12:46 pm
by PAUL SIMM
Si
LIBS0 = $(FWH)\LIB\FiveHX.lib $(FWH)\LIB\FiveHC.lib $(FWH)\LIB\libmysql.lib

Todo funcion bien en mi Laptop principal pero a migrar a otro maquina como backup da el error con FW 64 bits.

Las funciones que no ecuentro estan en libmysql.lib ?

Saludos
Paul

Re: FWH MySQL/MariaDB native support docs

PostPosted: Mon Mar 06, 2023 9:59 pm
by Antonio Linares
Estimado Paul,

Prueba a enlazar FWH\lib\libmysql64.lib (para MSVC 64)