Finisher\DifferentDB
Saves the submitted values into a specified DB table using a database other than the TYPO3 database.
This component requires the extension adodb to be installed.
Properties
.key
The field with the primary key.
Data type
String | cObj
Default value
uid
Version added
1.0.0
Example code
key = uid
.updateInsteadOfInsert
Does not store the values as a new row in the table, but tries to update an existing record. Needs a uid set in GET/POST parameters.
Add a hidden field named in accordance with the value entered in “key” to your form. Don't forget to add the formValuesPrefix!
Data type
Integer (0,1,2)
Version added
1.0.0