Re: [fpc-pascal] MySQL 5.7 and FreePascal

2016-11-19 Thread Mattias Gaertner
On Sun, 20 Nov 2016 00:33:23 +0100 (CET)
Michael Van Canneyt  wrote:

>[...]
> It depends. MySQL 5.7 is supported in the mysql57dyn.pp unit, but I am not
> sure it is included in Lazarus 1.6.

It is shipped with fpc 3.0.0, so yes.

Mattias
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] MySQL 5.7 and FreePascal

2016-11-19 Thread Michael Van Canneyt



On Sat, 19 Nov 2016, Lars wrote:


On Sat, November 19, 2016 12:05 pm, Terry A. Haimann wrote:

Is it possible to connect to MySQL 5.7 using TSQLConnection or will  I
have to downgrade my MySQL Version?  I have FreePascal 3.0.0 which appears
to be the most current version.  I have it on a Ubuntu  Linux 16.10 X86-64
system.



You probably have to go into the fpc unit source code and see which
version of mysql it links against, if any comments in the file. Or someone
may know which mysql it is linked against off the top of their head


It depends. MySQL 5.7 is supported in the mysql57dyn.pp unit, but I am not
sure it is included in Lazarus 1.6.

Michael.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] MySQL 5.7 and FreePascal

2016-11-19 Thread Lars
On Sat, November 19, 2016 12:05 pm, Terry A. Haimann wrote:
> Is it possible to connect to MySQL 5.7 using TSQLConnection or will  I
> have to downgrade my MySQL Version?  I have FreePascal 3.0.0 which appears
> to be the most current version.  I have it on a Ubuntu  Linux 16.10 X86-64
> system.


You probably have to go into the fpc unit source code and see which
version of mysql it links against, if any comments in the file. Or someone
may know which mysql it is linked against off the top of their head
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


[fpc-pascal] MySQL 5.7 and FreePascal

2016-11-19 Thread Terry A. Haimann
Is it possible to connect to MySQL 5.7 using TSQLConnection or will  I
have to downgrade my MySQL Version?  I have FreePascal 3.0.0 which
appears to be the most current version.  I have it on a Ubuntu  Linux
16.10 X86-64 system.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal