Search found 56 matches: libmysqld

Return to advanced search

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

Nobody? This is how you can use Embedded Server using FWH library. We need 3 files for this: 1. libmysqld.dll: Required to be kept in exe folder. We already have this in \fwh\samples folder. 2. libmysqld.lib: Imblib for this dll. Required for linking. We should use this ...
by nageswaragunupudi
Tue Apr 23, 2024 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 9968

Re: FW: Funcionalidad para Mysql y Mariadb

... )      xbrowser ocn:customer NOMODAL      xbrowser ocn:states      ocn:close()   endifreturn nil en el directorio del .exe esta libmysqld.dll (Version 5.6.16.0) y he linkeado el libmysqld.lib ¿qué esxtoy haciendo mal?
by goosfancito
Thu Jul 20, 2023 2:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW: Funcionalidad para Mysql y Mariadb
Replies: 20
Views: 1992

Re: FW: Funcionalidad para Mysql y Mariadb

Do you have LIBMYSQLD.DLL ? It's necessary for embebed use.
by vilian
Wed Jul 19, 2023 7:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW: Funcionalidad para Mysql y Mariadb
Replies: 20
Views: 1992

mysql_embedded: Unknown error 1146

... 775D0000 0007A000 C:\WINDOWS\System32\ADVAPI32.DLL 77290000 000BF000 C:\WINDOWS\System32\msvcrt.dll 5A080000 00BA0000 d:\fwh\samples\LIBMYSQLD.DLL 76430000 00076000 C:\WINDOWS\System32\sechost.dll 76120000 000C0000 C:\WINDOWS\System32\RPCRT4.dll 76280000 000AF000 C:\WINDOWS\System32\COMDLG32.DLL ...
by mauri.menabue
Sat Dec 12, 2020 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mysql_embedded: Unknown error 1146
Replies: 1
Views: 424

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... the topic Embedded server. For using embedded server, 1. You do not have to install MySql server or MariaLib server 2. What all you need is "libmysqld.dll" 3. We do not get this dll along with either Mysql server / MariaLib server installations. We need to download it separately. In ...
by nageswaragunupudi
Thu May 14, 2020 3:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 9968

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

[quote="nageswaragunupudi"]It is now possible to use FWMariaDB to create and use MYSQL embedded server from version FWH 17.03, using libmysqld.dll instead of libmariadb.dll (or libmysql.dll). This Possible only with 32 bit Borland and MSVC Harbour / xHarbour. Not possible with 64 bit ...
by MarioG
Wed May 13, 2020 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 9968

Re: prueba con MARIA DB

cmsoft wrote:Las mismas que con MySql: libmysql.lib y libmysqld.lib


con estas me funciono
by goosfancito
Tue Nov 12, 2019 3:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: prueba con MARIA DB
Replies: 3
Views: 559

Re: prueba con MARIA DB

Las mismas que con MySql: libmysql.lib y libmysqld.lib
by cmsoft
Mon Nov 11, 2019 3:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: prueba con MARIA DB
Replies: 3
Views: 559

Re: FWH 17.03 : MYSQL Embedded Server

... tests it is possible to connect to both embedded server and also any number of main servers in the same application. Requirements: 1) Link with libmysqld.lib instead of libmysql.lib 2) Connect to a local embedded server first before connecting to any remote server. We welcome testing by users ...
by dutch
Sun Aug 05, 2018 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 9968

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

nageswaragunupudi wrote:You need to find and download the dll yourself. Please read the instructions in my first post of this thread.



Mr. Rao,

This maybe the reason I couldn't find any download ...
https://mysqlserverteam.com/mysql-8-0-retiring-support-for-libmysqld/

:cry:
by fraxzi
Sat Aug 04, 2018 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 9968

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

nageswaragunupudi wrote:fwh\samples\mysqlmbd.prg

Note: First read the program and also my first post in this thread.



Thanks Mr. Rao,

When I run the sample, I have missing file "libmysqld.dll" ... not found in FWH directory.

:wink:
by fraxzi
Sat Aug 04, 2018 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 9968

Re: De dbf a ??? .

You require "libmysqld.dll" only if you want to use "embedded" MySql server. For connecting to normal MySql/MariaDB server on local PC or a network server, you have all the files available in fwh distribution. If ...
by nageswaragunupudi
Fri Dec 15, 2017 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: De dbf a ??? .
Replies: 6
Views: 1192

Re: De dbf a ??? .

Mr. Rao, I can't find libmysqld.dll in my FWH 17.06 to generate de lib.

Thank you very much.
Best regards
Ruben Dario Fernandez
by D.Fernandez
Fri Dec 15, 2017 2:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: De dbf a ??? .
Replies: 6
Views: 1192
Next

Return to advanced search