> I checked the database and there seems to be something > wrong with the <cfqueryparam> because when I check the > fields using SQL Query Analyzer there are question marks > "?" in the fields which I think is an error trying to > update the fields?
If you look at debug output for an SQL statement that's using CFQUERYPARAM, you'll see question marks in the SQL, which are used as placeholders. You may want to remove the quotes around the CFQUERYPARAM tag in your case. > Do I need the <cfqueryparam>? It's not absolutely necessary, but it is a really good idea to use it whenever possible. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Get the mailserver that powers this list at http://www.coolfusion.com

