Re: R: R: Elaborare query con molti record

Emanuele Cellini <[email protected]>
Newsgroups gmane.comp.cms.cold-fusion.devel.italian
Message-ID <[email protected]>
Ciao Marco,

in data mercoledì 9 maggio 2012, alle ore 12.56, hai scritto:

>                 <cfflush interval="10">
>   
> </cfloop>
>   
> Dove sbaglio?

Io mettere il cfflush fuori dal cfloop cosi:
<cfflush interval="1">

<cfloop query="elenco">
 <cfset midean13=elenco.codiceean>
 <cfquery name="trova" datasource="liberamente">
  select * from libridb where idean13='#midean13#'
  </cfquery>
  <cfif trova.recordcount eq 0>
   <cfoutput>#midean13#</cfoutput> non trovato (da aggiungere)<br>
  </cfif>
  ...
</cfloop>

Che Web Server usi?

Ciao

-- 
Emanuele Cellini
ColdFusion Developer




------------------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.