Im looking for some step by step help adding user input text to an SQLlite database

I’m trying to take a text box which allows user input and have that input saved to a database (sq lite)

I know how to:

-Create a User Text Box
-Access and create an SQL lite file
I am just not comprehending how to take the input and inject it into the database

Thanks! [import]uid: 195976 topic_id: 34309 reply_id: 334309[/import]

Hello,
Did you read through this SQLite tutorial here? It shows how to update rows.
http://www.coronalabs.com/blog/2012/04/03/tutorial-database-access-in-corona/

Best regards,
Brent [import]uid: 200026 topic_id: 34309 reply_id: 136406[/import]

Hello,
Did you read through this SQLite tutorial here? It shows how to update rows.
http://www.coronalabs.com/blog/2012/04/03/tutorial-database-access-in-corona/

Best regards,
Brent [import]uid: 200026 topic_id: 34309 reply_id: 136406[/import]