> How to detect a null SQL field in colldfusion???
> Thanks in advance.
    
<cfif   len(trim(fieldname)) gt 0  >
    the filed is not null
<cfelse>
   the field is null
 </cfif>

From
Santhosh


______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to