On 03/16/2014 01:09 PM, Petr Hlozek wrote: > Thank you Michael! > > It there any way how to find out where was the problem? I'd like to > backport the fix to the version I use. > > > Petr >
2.6.2 didn't have transaction support for MySQL: 1122 function TConnectionName.StartdbTransaction(trans: TSQLHandle; AParams : string): boolean; 1123 begin 1124 // Do nothing 1125 end; See http://svn.freepascal.org/cgi-bin/viewvc.cgi/tags/release_2_6_2/packages/fcl-db/src/sqldb/mysql/mysqlconn.inc?revision=23532&view=markup and http://svn.freepascal.org/cgi-bin/viewvc.cgi/tags/release_2_6_4/packages/fcl-db/src/sqldb/mysql/mysqlconn.inc?revision=26871&view=markup Ludo -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
