Operates on MSSQL RPC request.
Returns the body of the SQL request as a String in the form of parameters represented as "a=b" clauses separated by commas where "a" is the RPC parameter name and "b" is its value.
Returns: text_tBODY (uint n)
Returns the body of the SQL request as a String in the form of parameters represented as "a=b" clauses separated by commas where "a" is the RPC parameter name and "b" is its value. The parameters lookup is done in first n-bytes of the request, skipping the sql-header. It returns only complete pairs.
Parameters:n- (RPC body len)
Returns: text_tDoes the RPC request contain ProcID? If it returns false it indicates the RPC contains a RPC Name.
Returns: bool_atString for the name of the procedure.
Returns: text_tInteger representing the ProcID of the RPC request.
Returns: num_at