Matthew Dumbleton wrote: > > I noticed in your testce code that when the code the threads are running > ('TestThreadStart()') in the multi-thread test do not seem to 'close()' > their connections once finished. Is there a reason for this (i.e. should > close() not be called?) or is it just part of the test? >
Close ends up being called automatically via Dispose when exiting the containing 'using' block. -- Joe Mistachkin _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users