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
libmariadb.dll vs. libmysql.dll
libmariadb.dll vs. libmysql.dll
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
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
thanks
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
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 ... 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)
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
G. N. Rao.
Hyderabad, India
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: libmariadb.dll vs. libmysql.dll
You may download either MySql server or MariaDB server and install on your computer and connect to them locally,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 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
G. N. Rao.
Hyderabad, India
Re: libmariadb.dll vs. libmysql.dll
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
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
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 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.
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
G. N. Rao.
Hyderabad, India
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 it more in depth ...
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
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019