14.05.2021, 12:22, "Michael Van Canneyt" :On Fri, 14 May 2021, Luis Henrique via fpc-pascal wrote: Does Anyone known how to set TMySQLConnectionXX SkipVersionCheck property from TSQLConnector? It validates the client version against the server version, which is problematic, as s
Does Anyone known how to set TMySQLConnectionXX SkipVersionCheck property from TSQLConnector? It validates the client version against the server version, which is problematic, as some client libraries are backward compatible and others don't even match any version of the server like(https://downloa
09.02.2021, 09:15, "Christo Crause" :
> On Tue, Feb 9, 2021 at 2:11 PM Luis Henrique via fpc-pascal
> wrote:
>> At
>> https://lists.freepascal.org/pipermail/fpc-devel/2021-February/043569.html I
>> saw the syntax "value: x: y".
>>> str(
At https://lists.freepascal.org/pipermail/fpc-devel/2021-February/043569.html I
saw the syntax "value: x: y".
> str(value:6:3, valuestr);
What is the name of this and where is it documented?
I did tests and saw that Y determines the width of the precision part, but I
can't see any effect of X.
_
12.01.2021, 06:06, "Michael Van Canneyt via fpc-pascal"
:
> On Mon, 11 Jan 2021, Virgo Pärna via fpc-pascal wrote:
>
>> On Fri, 08 Jan 2021 14:25:09 -0300, Luis - SoftSAT Sistemas via fpc-pascal
>> wrote:
>>> I'm trying to connect to a Firebird database with TSQLConnector, but I
>>> can't
>>>