How to store Weka clustering label to database?

I'm using the SimpleKMeans node of Weka in KNIME. The data in input are retrieved from a MySql table. I want to store the result label of the cluster for each tuple on my database. How can I do?

Thanks

Hi,

you can use the Database Writer or Database Update node to insert or update values into a database.

Bye,

Tobias

Hi Tobias, 

thank you for your answer. I can't use the Database Writer or Database Update node because the SimpleKMeans node doesn't have the compatible connector. I used the Weka Clastering Writer, but it writes the weka clustering model in a KNIME proprietary format to a file.  Instead, I want to save the result of the clustering in my database table.