Ask a Question related to Coldfusion Database Access, Design and Development.
-
babyloon00 #1
Nested stored proc
Hi everybody,
I need your help.
In one of my CF4.5 page, I have to use a MSSQL storde procedure.
This stored procedure return 2 variables . OK. Until there, everything work
fine.
This stored procedure execute another stores procedure, and this is my
problem. I can't get the return of this second stored procedure which is called
with many parameters.
How can I do this?
Thank you,
Damien
babyloon00 Guest
-
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 RETURN value in ASP
I have a stored proc which checks for errors, and returns the error value as a return code/value. how can i 'read' this from my asp code? Should I... -
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...



Reply With Quote

