You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Hi,I am new to joget.I have create a form with textfield name and wants to insert the entered data in name textfield to mysql table.But when i am ruunin the application and submitting the data,i am getting the data in the datalist created but not able to find that data in mysql table. for inserting data into the table i am using database update tool.In the plugin configuration i have used the url:jdbc:mysql://localhost:3307/jwdb?characterEncoding=UTF-8.and wants to run the following query 'insert into jwdb.test (name) values ("poonam");'.currently i have hardcoded the value to test.Test the previously created table in the jwdb database.

Flow of my process is : start->activity->tool(database update tool)->end

Plz suggest the solution its very urgent for us...

Regards,

poonam chaudhari

  • No labels