I spend now more than a week to connect Lazarus to Mariadb.
1) I use Win10
2) Xampp is installed using xampp-win32-7.2.11-0-VC15-installer
This means that PHP7 is no longer working with pure mysql-functions. Mysqllite is now used....
3) All databases runs now under mariadb and the server-program still uses mysql.
Mysql is installed and runs as a service on the PC.
When I try to connect lazarus to a database, I receives the message that libmysql.dll is not found ...
Nowhere I can find that dll on the server, even not under the xampp (sub)folders....
I then downloaded the mysql-installer from Sun and run it. Full install. I removed the mysql-service in xampp so I could start it up with the SUN-Mysql.
I found a libmysql.dll and copied it to the lazarus-folder as mentioned in a lot of topics about this problem ...
Still nothing is working ...
I changed the systempath too ... Nothing helps ...
Someone an idea ?
If I had knew it .... 5 weeks lost in analyses, making workflows, searching for the needed components and finally the botlleneck is retrieving data from a database. I even can't start developping because I need data (read access to the BD for columnnames, records ...)
Some one an idea how to solve this problem and making Lazarus-Mysql working ?
Thanks