I am working on a project in which I have a SQLite database with a table called Table1 and values title/location without an ID as column etc...
My form has a combobo
You need something like:
Object item = comboBox.getSeletedItem(); pst.setString(1, item.toString());