开发者

cfstoredproc

0
  • Cache <cfstoredproc> results

    Is there any way to cache the results of a <cfstoredproc> tag? The <cfquery> tag makes it easy with the cachedwithin attribute but there doesn\'t seem to be anything for <cfstoredproc&g[详细]

    2023-01-28 23:15 分类:问答
  • array or list into Oracle using cfprocparam

    I have a list of values I want to insert into a table via a stored procedure. I figured I would pass an array to oracle and loop through the array but I don\'t see how to pass an array into Oracle.I\'[详细]

    2022-12-30 16:54 分类:问答
  • What is a bound variable?

    There is a cffunction (in a cfc document) which authenticates a user. It references a stored procedure and has a cfprocparam开发者_运维问答 which is of type \"out\". On the Adobe CFML reference it say[详细]

    2022-12-18 13:10 分类:问答
  • Accessing RAISEERROR message from cfstoredproc

    I have a SQL stored procedure which under some situations will return a result of -1 if it fails, but also returns a message via the RAISERROR command e.g.:[详细]

    2022-12-14 03:15 分类:问答