Hey all,
Having difficulty with connecting text boxes within my app to the designated areas of a table in SQLite. I've read up on the Documentation provided and I believe I am connecting the app to the database properly, but still unclear how to:
1)connect text boxes with database to add new items to existing tables 2)connect text boxes with database to update the created items
*using the SQLite.NET component from the Component Store in the app *using SQLite Manager from Mozilla to monitor the database (the tutorials I've watched suggested it, but I'm open for recommendations)
Thank you in advance, first time working with a database