Aah, ok. So, for all the methods that act on the database I should explicitly 
add conn.Close() within the using conn scope?

> From: sql...@mistachkin.com
> To: sqlite-users@sqlite.org
> 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
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
                                          
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to