0
Working with sqlite in C
How can i update and display contents of my database file in C? I have created a table in sqlite database and adding new data works and now i want to display the stored data as well as update it if needed.
1 Answer
0
Ashutosh B. Rajan Go through this tutorial
http://zetcode.com/db/mysqlc/