multiple update statements throw “cannot open”
问题 I am getting a "cannot open" exception when I try to do multiple updates on the same table in the same transaction on SQLite in WinRT. I have created a sample application for this use case. Below is code where on clicking the first button, I am creating a table in a transaction, and on clicking the other button, I am trying to update the same record a second time. There, it throws a "cannot open" exception. app code: private SQLiteConnection getConnection() { var connection =