Executes the stored procedure on the server. Syntax: procedure ExecProc; Description: Call ExecProc to execute a stored procedure on the server. Before calling ExecProc:
If an application is only interested in the result set returned by a stored procedure, call StoredProc.Open or set its Active property to True. See also: ParamByName, Params |