libmariadb.dll vs. libmysql.dll

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

libmariadb.dll vs. libmysql.dll

Post by Otto »

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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
Admpss
Posts: 21
Joined: Wed Oct 31, 2018 7:37 pm

Re: libmariadb.dll vs. libmysql.dll

Post by Admpss »

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
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: libmariadb.dll vs. libmysql.dll

Post by nageswaragunupudi »

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 ... tions.html

FWH provided wrappers to all and it is desirable to use FWH connection methods which are fully documented in the Wiki and also in http://forums.fivetechsupport.com/viewt ... =3&t=33286

Recently MySql released version 8.0. The present libmysql.dll and libmariadb.dll work with this latest version also. But if you like to use the latest features (very likely not), you may use the latest libmysql.dll (ver 8.0)
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: libmariadb.dll vs. libmysql.dll

Post by nageswaragunupudi »

Admpss wrote: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 MySql embedded
http://forums.fivetechsupport.com/viewt ... =3&t=33798
but do not advise because MySql officially withdrew support for MySql embedded.
Regards

G. N. Rao.
Hyderabad, India
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Re: libmariadb.dll vs. libmysql.dll

Post by TimStone »

What about Microsoft SQL ?
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: libmariadb.dll vs. libmysql.dll

Post by nageswaragunupudi »

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 for ADO and makes it easy to use ADO.

For testing and development on local server, we can download the free SQLEXPRESS and install on our PC.
Regards

G. N. Rao.
Hyderabad, India
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Re: libmariadb.dll vs. libmysql.dll

Post by TimStone »

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 it more in depth ...
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
Post Reply