Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...