Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Hi,I am new to joget.I have created 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

We are using joget v3 community edition.

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

Regards,

poonam chaudhari