Can anyone remember how you can tell the MBS SQL plugin to use mySQL compression between the client and the server when using the SQLConnectionMBS as this isn’t documented anywhere. Thanks
did you try Option(“CLIENT_COMPRESS”) = “true” before connecting?
Yes that worked great, thanks, you might want to add something to the docs to the location on the SQLAPI++ page that relates to the options and an example of its use to make it a little easier for people.