The CFINSERT tag is the easiest way to handle simple inserts from either a CFFORM or an HTML form. |
The ODBC data source is named "Employees DB" and the table you want to insert data into is named "Employees." Given this information, the CFINSERT tag would be included in your page as follows: |
Example: (insdata.cfm) |
<CFINSERT DATASOURCE="CF 3.0 Examples" TABLENAME="Employees"> |