Ask a Question related to Coldfusion Database Access, Design and Development.
-
THENorm #1
Oracle Stored Proc
How do I catch the oracle error code when executing a stored proc in CF? I am running 9i.
Thanks Norm
THENorm Guest
-
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... -
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... -
Stored Proc problem
Hi all, I have a stored proc which looks like this ---------------------------------------- create procedure PROC1 @param1,@param2,@param3,...... -
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... -
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... -
paross1 #2
Re: Oracle Stored Proc
How is your stored procedures handling exceptions? You can set a variable with
the SQL error in your EXCEPTION block within your stored procedure and pass
that value back as an OUT parameter, but you have to code it that way.
Phil
paross1 Guest



Reply With Quote

