Skip to main content
arunag53503483
Participating Frequently
February 1, 2017
Question

syntax error with CFSTOREDPROC

  • February 1, 2017
  • 2 replies
  • 341 views

<CFSTOREDPROC PROCEDURE="create_reprice_decision"

    DATASOURCE="#DSN#"  returnCode="Yes" >

I'm running ColdFusion11, I have the above line, if i remove the returnCode="Yes", it is working. But it i leave it in, I'm getting the below error.

Error Executing Database Query. - [macromedia][Oracle JDBC Driver]Unhandled sql type

This topic has been closed for replies.

2 replies

BKBK
Community Expert
Community Expert
February 6, 2017

Looks like the driver cannot cope with the SQL type. What would the SQL type be, indeed? If everything is ordinary, then this could point to a bug.

EddieLotter
Inspiring
February 2, 2017

What is the data type of the value that you are returning from your stored procedure?

Cheers

Eddie