Aah, ok. So, for all the methods that act on the database I should explicitly add conn.Close() within the using conn scope?
> From: [email protected] > To: [email protected] > Date: Sat, 22 Oct 2011 22:04:33 -0700 > Subject: Re: [sqlite] ChangePassword method problem > > > One thing that could be a potential issue here is that all connections must > be closed > prior to changing the password on the database [except the connection used > for the > ChangePassword method call itself]. > > -- > Joe Mistachkin > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

