Why are you closing the connection each time? Connections are usually held open for the life of the app? Or at least across many transactions done at one time.
I would imagine that you have dis-joined open and closes in your app. so you are trying to open an already open db maybe? -- View this message in context: http://monotouch.2284126.n4.nabble.com/SQLite-Cannot-open-database-tp3514915p3519730.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
