How to send data form into mysql database?

I would like to save data from form into mysql database, and i’m trying to get the values from a mysql DB into a select list as possible values.
I’ve tried http://community.bonitasoft.com/how-populate-select-box-field-database-using-groovy ,or http://community.bonitasoft.com/questions-and-answers/mysql-db-select-list , or https://www.youtube.com/watch?v=a3v0HmO0jdk , but nothing happened.

Any suggestions ?

I’m working with bonitasoft BPM 7.2 community edition

thanks.

Have a look at this post, it does exactly what you want.

http://community.bonitasoft.com/questions-and-answers/how-load-and-show-list-datas-data-base-select-item-data-base-connector-or

regards
Seán

PS: If this reply answers your question, please mark as resolved.

I still do not understand. I use mysql from phpMyAdmin, whereas in the post, is like giving immediate value by creating a new variable. if there is no difference? oh and if i use mysql, I still make a BDM? or just make a connector only?

thanks

Reading your question I see you really are a newbie, I think you need to read and understand a bit more before getting too detailed with what you need to do.

Here is a good starting point.

http://shop.oreilly.com/product/0636920039402.do

regards
Seán

PS: If this reply answers your question, please mark as resolved.

yes true i was a newbie. okay thanks for your suggestion, i will try it.