AdobeStock_455007340

Stored Procedures and Multiple Output Parameters

(and related and tags) are used to execute stored procedures in ColdFusion (typically when the stored procedures are more complex than can be handled by ). passes parameters in and out of stored procedures. When retrieving variables from a stored procedure the value will be a simple variable unless multiple records are returned, in which case the value will be an array. Use IsArray() to determine what the value actually is. (Applies to: ColdFusion 4 (or later))

Leave a Reply