Search found 295 matches: libmysql

Return to advanced search

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: Utilizar MariaDB server 64 bits.

... lo importante acá es que en tu app uses la dll cliente de acuerdo a tus compiladores, si tu app es de 32 bits deberás usar la dll de 32 bits (libmysql.dll), si tu app es de 64 bits, pues deberás usar la de 32 bits (libmysql64.dll)
by carlos vargas
Fri Nov 08, 2019 8:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Utilizar MariaDB server 64 bits.
Replies: 3
Views: 815

Re: Error (0xc000007b)

Este tipo de error aparece cuando la libraria libmysql.lib que se uso para crear el exe no proviene de la dll que se usa. para los que usab borland, es necesario extraer la lib con el comando implib, ya luego usas esa lib para generar de nuevo tu ...
by carlos vargas
Thu Aug 15, 2019 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error (0xc000007b) (SOLVED)
Replies: 2
Views: 429

Error (0xc000007b) (SOLVED)

... Alguien sabe por qué en este pequeño código me tira el error? "La aplicación no puede iniciar correctamente (0xc000007b)" Tengo la libMySql.dll en donde esta el EXE y agregue la libMySql.lib al script de compilación. Uso FWH1905. #Include "FiveWin.ch"//-----------------------------Function ...
by Armando
Thu Aug 15, 2019 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error (0xc000007b) (SOLVED)
Replies: 2
Views: 429

Re: AL crear ejecutable con Minigui o GCC me da este error

... -lhbnetio lipfiles=-librub_h -librub1_h -lgrump_h -libsuper_h -llibrepo_h -lfilexls_h -llibrxls_h -lTWBRWX32_H \ -ltmysql_h -lpostgres_h -llibmysql -lEasyRep_h -lPdfPrinter_h -lTPdf_h -lTAds_H -llibdolphin libraries=$(fwfiles) $(w32files) $(hbfiles) $(lipfiles) libspath=-L$(BCDIR)\lib -L$(HBDIL) ...
by ruben Dario
Sat Jul 27, 2019 7:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AL crear ejecutable con Minigui o GCC me da este error
Replies: 4
Views: 491

Re: Mejoras para scintilla

... Buenos dias Cristobal Descargando desde este enalce solo se baja el ejecutable (como bien se observa) Si se instala por primera vez, aparte pedir libmysql.dll; pide los .fiv, que si no estan los genera, van otros archivos? o, en este post existe un "primer" instalador? muchas gracias
by MarioG
Tue Jun 04, 2019 10:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 840942

Re: libmariadb.dll vs. libmysql.dll

I was at the corporate meeting when Ashton Tate first presented SQL and planned to use it in dBase IV. That was a LOT of years ago. DBF's have worked so well for my designs that I just never went over there, although I have used some IDE's with it over the years. I suppose it's time to explore using...
by TimStone
Wed May 08, 2019 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libmariadb.dll vs. libmysql.dll
Replies: 6
Views: 1413

Re: libmariadb.dll vs. libmysql.dll

libmysql.dll and libmariadb.dll are exclusively meant for mysql/mariadb only. For Microsoft SQL (MSSQL), we need to use ADO. We can use ADO for other servers also like MySql, Oracle, etc. FWH provides convenient wrapper functions ...
by nageswaragunupudi
Tue May 07, 2019 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libmariadb.dll vs. libmysql.dll
Replies: 6
Views: 1413

Re: libmariadb.dll vs. libmysql.dll

What about Microsoft SQL ?
by TimStone
Tue May 07, 2019 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libmariadb.dll vs. libmysql.dll
Replies: 6
Views: 1413

Re: libmariadb.dll vs. libmysql.dll

HI, can i use mysql or mariadb like ads local mode, or without install the server, for test pourpose, in local mode using an DLL to simulate the server. thanks You may download either MySql server or MariaDB server and install on your computer and connect to them locally, You can also consider MySq...
by nageswaragunupudi
Tue May 07, 2019 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libmariadb.dll vs. libmysql.dll
Replies: 6
Views: 1413

Re: libmariadb.dll vs. libmysql.dll

Dear Mr. Otto You may use either libmysql.dll or libmariadb.dll with MySql server or MariaDB server without any problems. They are fully compatible with each other. Documentation https://dev.mysql.com/doc/refman/5.6/en/c-api-functions.html ...
by nageswaragunupudi
Tue May 07, 2019 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libmariadb.dll vs. libmysql.dll
Replies: 6
Views: 1413

Re: libmariadb.dll vs. libmysql.dll

HI, can i use mysql or mariadb like ads local mode, or without install the server, for test pourpose, in local mode using an DLL to simulate the server.

thanks
by Admpss
Tue May 07, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libmariadb.dll vs. libmysql.dll
Replies: 6
Views: 1413

libmariadb.dll vs. libmysql.dll

Dear Mr. Rao,
starting with SQL what should I use.
Can you please tell me where I can find documentation of the libs and is there also source code provided.
Thank you in advance
Otto
by Otto
Tue May 07, 2019 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: libmariadb.dll vs. libmysql.dll
Replies: 6
Views: 1413

Re: xHarbour Builder and Fivewin

... "FiveHCM.lib" "FiveHMX.lib" "OptG.lib" "sql.lib" "ace32.lib" "libmysql.lib" "xhb.lib" "dbf.lib" "nsx.lib" "ntx.lib" "cdx.lib" "rmdbfcdx.lib" "ct3comm.lib" ...
by mtajkov
Thu Apr 25, 2019 12:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Builder and Fivewin
Replies: 4
Views: 1076
PreviousNext

Return to advanced search