Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
scratch@djsamples.com #1
CFOutputting a Query Stored in a CFC
Does anyone know of a clean way to cfoutput a query stored within an
instance of a CFC? For example, this would be perfect if it didn't
cause an error:
<cfoutput query="#CFCInstance.getQuery()#"></cfoutput>
But since it causes an error I resort to this:
<cfset theQuery=CFCInstance.getQuery()>
<cfoutput query="theQuery"></cfoutput>
Anyone know of a nicer way?
scratch@djsamples.com Guest
-
Query Stored In array
Hello, How can store queried data in to two dimenensional array. plz syntax. Thanks in advance Mike -
Stored Query and DATASETs don't get along ?
Hello there, in my training in data access I am getting lost with somenthing maybe pretty easy but I don't seem to find a way out. I would like... -
Using query string to pass a value to a stored procedure parameter
All, I want to push on a form button in an HTML page and pass a query string to the ASP.NET page I’m opening. That query string has the... -
Simple stored proc in query question
Is this possible? Table_1 Col1 Col2 Col3 a e b f c g UPDATE Table_1 SET Col3 = Some_Stored_Proc... -
Cannot execute dynamic query in stored procedure
Hi, I'm using ADO.NET to execute a stored proc. The stored proc contains a dynamic sql which will build the INSERT or UPDATE statement for...



Reply With Quote

