Rexx/SQL.html

A Rexx interface to SQL databases

Version 2.5

10 October 2006


SQLEXECUTE(statement name[,bind1[,bind2[,...[,bindN]]]])

Executes a prepared statement for non-SELECT DML statements (i.e. INSERT, UPDATE and DELETE).

Arguments:

statement name
A name to identify the sql statement.

bind1...bindN
Values supplied to bind to the placemarkers.
The format of bind values is implementation dependant.

Returns:
success: zero
The variable SQLCA.ROWCOUNT is set to the number of rows affected by the DML statement executed.

failure: a negative number

Copyright © Mark Hessling 1997-2006 <mark@rexx.org>


Return to Table of Contents
Last updated 10 October 2006