remoteRunCompatible#

swordfish.function.remoteRunCompatible()#

Send a script or function to a remote database for execution.

Compared to remoteRun, remoteRunCompatible works across all database versions. The remoteRun function requires version compatibility when the local server is 3.00 or higher.

Parameters:
  • conn (Constant) – Represents a database connection.

  • script (Constant) – A string indicating the script or function name to be executed on the remote node.