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

Re: Deleting a record and the uploaded file problem

Subject: Re: Deleting a record and the uploaded file problem
From: "CFMXPrGrmR"
Date: Tue, 4 Dec 2007 18:22:15 +0000 UTC
Newsgroups: macromedia.coldfusion.advanced_techniques

Just a note for the cfqueryparam. The cfsqltype="cf_sql_char" is if your field 
is a character type. If it's numeric then change this to <cfqueryparam 
cfsqltype="numeric" value="#form.id#">

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