remoteRunWithCompression
Syntax
remoteRunWithCompression(conn, script, args)
Arguments
conn is the connection handle to a remote database.
script is the script or function to be executed.
args are the arguments to be passed to the function if script is a function name. It can have 0 or multiple items.
Details
The function has the same feature and usage as the function remoteRun. The only difference lies in that
remoteRunWithCompression
compresses tables with more than 1,024
rows during transmission.