Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
mcoop #1
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
#ARGUMENTS.variablename# from a CFC the stored procedure won't run?
mcoop Guest
-
CF5 OLEDB & Stored Proc
I have a MS SQL stored procedure that simply creates a temp table (#temtable) and inserts records from 3 other tables selects records from the temp... -
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... -
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... -
Need Help in Stored Proc Syntax
I need help in writing a stored procedure on SQL Server 2000. Basically the stored procedure's primary task is to generate invoice records and... -
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... -
TA-Selene #2
Re: cfc and stored proc
I've never had any problems when using the CFSTOREDPROC/CFPROCPARAM tag.
TA-Selene Guest



Reply With Quote

