sybase_affected_rows
Gets number of affected rows in last query
&reftitle.description;
intsybase_affected_rows
resourcelink_identifier
sybase_affected_rows returns the number of
rows affected by the last INSERT, UPDATE or DELETE query on the
server associated with the specified link identifier.
This command is not effective for SELECT statements, only on
statements which modify records. To retrieve the number of rows
returned from a SELECT, use sybase_num_rows.
&reftitle.parameters;
link_identifier
If the link identifier isn't specified, the last opened link is assumed.
&reftitle.returnvalues;
Returns the number of affected rows, as an integer.
&reftitle.examples;
Delete-Query
]]>
&example.outputs;
&reftitle.seealso;
sybase_num_rows