Next Previous Up Top Contents Index

1.3.3 The SQL statement class

execute

Open generic function

Summary

Sends a database-statement to the DBMS server to be executed and collects its return values.

Signature

execute database-statement #key all-keys => result-set 

Arguments

database-statement

An instance of <string>.

result-set
An instance of <result-set>.

Library

sql

Module

sql

Description

Allows a string to create and send a database-statement to the DBMS server to be executed, and returns result-set. If the statement does not cause the DBMS to return any values, this generic function's return value will be an instance of <empty-result-set> (a subclass of <result-set>). See also, "execute" on page 24.


OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index