Op 09-08-2023 om 22:18 schreef Rik van Kekem:
Ping response ok
*Sending COMMAND_QUERY show databases
Columns # 1
Adding column Database ftString size:64
Data copied to Dataset*
Error showing databases: 0
<the rest did work>
I'll look into it.
Aaaarg. I forgot to put a Result := true at the top of the function
TMariaDBConnector.ExecuteCommand().
If it fails it will do an exit(false).
But if it succeeds Result isn't set. That can give unpredictable results.
Put a line just below begin in the ExecuteCommand() function
Result := true;
and it will work. (I've got it already fixed but won't upload a revision
for this now because it is a minor change).
Grtz,
Rik
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public