Ask a Question related to Coldfusion Database Access, Design and Development.
-
cstine #1
executing oracle stored proc not working
I have a stored procedure that I can execute through pl/sql. I have debug="YES"
in the cf tag, and when I had a permission problem, I did get an ORA- error so
I was able to fix that problem. Now I get no error, but the updates don't take
effect in the database. I'm just trying to figure how to get additional
debugging information to narrow in on the problem. Is there anything else I can
do to get more information?
thanks
cstine Guest
-
Oracle Stored Proc
How do I catch the oracle error code when executing a stored proc in CF? I am running 9i. Thanks Norm -
cfc and stored proc
does anyone know if there is documentation anywhere that states that in ColdFusion MX 6.1 when you try to pass parameters to a stored procedure via... -
ASP vs Stored Proc vs UDF
Hi all, I have a field in Table A that must be updated whenever a record is added to Table B. Table A will always only contain one single record... -
DBD::Oracle not executing stored procedure properly...
Hamish Whittal wrote: is this what you have in your code: "$$dbh->prepare($sql)"? david -
stored proc and tcp/ip
Hello, is it possible to communicate with another program using tcp/ip? I mean, i have another program where i know the port number and the... -
CF_Oracle #2
Re: executing oracle stored proc not working
Convert update query from procedure to SELECT one, place it in CF page and use
cfdump to see output.
If it gives you record(s) you need try to run update query directly from CF
using cfquery or cfupdate.
CF_Oracle Guest



Reply With Quote

