Re: [Lazarus] Lazarus and MySQL 5.7

2016-11-28 Thread LacaK via Lazarus
What version of Lazarus can connect to MySQL 5.7 using TSqlConnector? My laptop has 1.6 and does not seem to be able to connect using that component. I added TMySQL57Connection to trunk (1.7). Thank you Mattias. -Laco. -- ___ Lazarus mailing list

Re: [Lazarus] Lazarus and MySQL 5.7

2016-11-22 Thread Graeme Geldenhuys via Lazarus
On 2016-11-22 13:53, Lars via Lazarus wrote: > I first realized this when I needed a button that had new behavior in > Delphi.. so I created my own. Then I realized that any time I install the > IDE on a system, I now have the headache of having to install a non > standard component in order to

Re: [Lazarus] Lazarus and MySQL 5.7

2016-11-21 Thread LacaK via Lazarus
the patch right now because I didn't make it on an SVN version, but whoever is interested can get a patched version of SqlDBLaz for Lazarus 1.6 supporting MySql 5.7 from this link: /www.bononiadocta.it/Lazarus/Sqldb.tar.bz2 Just use it to replace the sqldb folder in the $PATH$TO$LAZARUS/components

Re: [Lazarus] Lazarus and MySQL 5.7

2016-11-21 Thread Giuliano Colla via Lazarus
of SqlDBLaz for Lazarus 1.6 supporting MySql 5.7 from this link: /www.bononiadocta.it/Lazarus/Sqldb.tar.bz2 Just use it to replace the sqldb folder in the $PATH$TO$LAZARUS/components folder and rebuild the IDE. -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Lazarus and MySQL 5.7

2016-11-21 Thread Giuliano Colla via Lazarus
the patch right now because I didn't make it on an SVN version, but whoever is interested can get a patched version of SqlDBLaz for Lazarus 1.6 supporting MySql 5.7 from this link: /www.bononiadocta.it/Lazarus/Sqldb.tar.bz2 Just use it to replace the sqldb folder in the $PATH$TO$LAZARUS/compone

Re: [Lazarus] Lazarus and MySQL 5.7

2016-11-20 Thread Giuliano Colla via Lazarus
Il 19/11/2016 11:40, Graeme Geldenhuys via Lazarus ha scritto: On 2016-11-19 03:25, Terry A. Haimann via Lazarus wrote: > What version of Lazarus can connect to MySQL 5.7 using TSqlConnector? Technically it's got nothing to

Re: [Lazarus] Lazarus and MySQL 5.7

2016-11-19 Thread Graeme Geldenhuys via Lazarus
On 2016-11-19 03:25, Terry A. Haimann via Lazarus wrote: > What version of Lazarus can connect to MySQL 5.7 using TSqlConnector? Technically it's got nothing to do with the Lazarus version, but rather the FPC version. FPC is the one where the database components are defined, in the FCL. Rega