HP StorageWorks Enterprise File Services WAN Accelerator 2.1 Command Line Interface Reference Guide (November 2005)

128 4 - CONFIGURATION-MODE COMMANDS
[rpc-query-regex <regex_match_for_rpc_query_string>] | [cursor-type
<cursor_type>]]}
Parameters
Example
minna (config) # protocol ms-sql rpc-rule rule-id 1 app-name-regex blah
rpc-name-regex blah num-params 1 rpc-query-regex blah cursor-type
static
minna (config) #
protocol ms-sql support-app
Description Specifies a regular expression (standard string) for an application name that can be
optimized using the MS-SQL blade. The no command option removes the application
from MS-SQL blade support.
IMPORTANT: The commands for MS-SQL support must be implemented by HP professional
services—improper use can result in undesirable effects.
NOTE: If you are interested in enabling the MS-SQL blade for other database applications,
contact HP professional services.
Syntax protocol ms-sql support-app <name>
rule-id <rule_id> Specifies the rule identification number that uniquely identifies the
rule.
app-name-regex
<app_name>
Specifies the client application name (standard string expression).
rpc-id <rpc_id> Specifies the RPC identifier.
num-params
<num_params>
Specifies the expected number of parameters in the SQL query.
rpc-name-regex
<regex_match_for_r
pc_string>
Specifies the RPC name (standard string expression).
cursor-type
<cursor_type>
Specifies the cursor type for the RPC query. Depending on cursor
type, the client can read forward or backward, from beginning or end,
or read an arbitrary position in the result set:
forward-only. Only the next rows can be read. The row pointer
cannot be moved back.
dynamic. The rows must be read in forward or reverse relative to
current row pointer. The row pointer cannot be moved to an
arbitrary index except for first and last positions.
static. The rows can be read forward or reverse or at an arbitrary
position.