Day 12

Quiz

1: Name the three situations in which you should use SQL updates instead of the ColdFusion equivalents.
A1: When you need to insert data into more than one table, when your insert or update action is generally too complex to be handled with <CFINSERT> or <CFUPDATE>, or when you need to delete a record or records from a table .
2: How do you recover a record that has been accidentally removed with the DELETE command?
A2: You don't.
3: What ColdFusion tag makes multifunction form pages possible?
A3: <CFIF> enables you to perform more than one ACTION on a single page.
4: What are the primary differences between a form page designed to add a new record and one designed to edit an existing record?
A4: Pages that enable users to input new records ...

Get Sams Teach Yourself ColdFusion® in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.