Function.ODBC.Connection!conname.RunStoredProc
From GAB Help
This command executes the specified stored procedure against the specified database connection, providing the inbound parameters in a double-delimited string. The outer delimiter is @!@ and the inner delimiter is *!*. The command Function.Intrinsic.String.DoubleDelimitedSeek can be used to easily retreive the desired inbound parameter values, by name.
Contents
Syntax
Function.ODBC.Connection.RunStoredProc(stored proc name, param names, param types, param dirs, param sizes, param vals, string return)