macromedia.coldfusion.flash_integration
[Top] [All Lists]

Re: CF.query problems with CF8

Subject: Re: CF.query problems with CF8
From: "sebFrance" <webforumsuser@xxxxxxxxxxxxxx>
Date: Tue, 16 Oct 2007 04:25:18 +0000 (UTC)
Newsgroups: macromedia.coldfusion.flash_integration

Hello, 

 Until the problem is corrected, I applied the following solution, which is not 
very elegant but quite effective: 

 As CF.query tries to return a Result Set I simply turned the query above 

 CF.query ( "xx", "DELETE FROM TEST WHERE TR = 1"); 
 In 
 CF.query ( "xx", "SELECT 1 AS TOTAL DELETE FROM TEST WHERE TR = 1 "); 

 This formula returning a resultset, CF.query in this case content. 

 Séb


<Prev in Thread] Current Thread [Next in Thread>