Storing data in a form into an external database

1
0
-1

Hello, I'm new in this field. I want to store the data I entered in a form into an external database and I don't know how to do it. I'm using MySQL 5.5 integrated in EasyPHP 5.3.3.1 (as an external database) and the Bonita BPM 6.3.4. I want a detailed answer. Best regards, Oussama.

1 answer

1
+1
-1

This is quite an easy thing to do, as for a detailed answer, I can't speak for your environment but this is how I do it with Postgres and MySQL...

Show form -> user fills in details Click Submit

Add a service task after the User task, add a Database connector, fill in the details and your Insert statement, you can use multiples if required, and done...

read this document that helps, also see here...

hope that helps regards Seán

Notifications