Update records in a external db and save
I have a external db and there is a sample table called 'Human'.There are 3 coloumns id(primary key),Name and Age.
I was able to map the external db and get the sample data of the db table to a section using autocomplete field. Now I want to update one
of these records and save to the external db.For that I used an activity and It isn't working. How can I do that? Any solutions are appreciated :)