Re: [sqlite] System.Data.SQLite.dll locks files forever starting fromv1.0.82.0
>Alex Reitbort wrote: >> >> When running this sample with System.Data.SQLite.dll v1.0.81 everything >> works ok. >> >> When running this sample with System.Data.SQLite.dll v1.0.82, it fails on >> File.Delete line with IOException: The process cannot access the file >> 'alex.db' because it is being used by another process. >> > >As of 1.0.82.0, the command also needs to be disposed before the connection >will be fully closed. > >-- >Joe Mistachkin Thank you. Alex Reitbort Software Developer Skyline Software Systems Inc. www.skylineglobe.com ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] System.Data.SQLite.dll locks files forever starting fromv1.0.82.0
Alex Reitbort wrote: > > When running this sample with System.Data.SQLite.dll v1.0.81 everything > works ok. > > When running this sample with System.Data.SQLite.dll v1.0.82, it fails on > File.Delete line with IOException: The process cannot access the file > 'alex.db' because it is being used by another process. > As of 1.0.82.0, the command also needs to be disposed before the connection will be fully closed. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users