How to update value when working with SQlite database?
Show older comments
I have a mysql lite database which is running via python. I am now trying to integrate control from MATLAB and read, write, and update values in the database from my MATLAB code.
Here is the link for sqlite database from Mathworks. https://www.mathworks.com/help/database/ug/sqlite.html
I already have my database configured via python (rows, colums, headers and so forth) and using the commands in the link above connect to the database and get my properties of the database and read the values also. I can also use the insert function if I want to add another row of data. The issue I am having is that how can I update a specific value in the database like I want to change row 2 column 2 value from lets says '0' to '1'? All the data is numerical and the headings are already defined.
If someone can guide me to which function I should be referring to simply UPDATE the value in the database?
Thanks.
Accepted Answer
More Answers (0)
Categories
Find more on Database Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!