[sqlite] Exception in SQLite.dll (1.0.111.0)

2019-07-08 Thread Vishruth H V
Hi SQLite team, I have been using the System.Data.SQLite.dll (1.0.111.0) and System.Data.SQLite.Linq.dll (1.0.111.0) assemblies in my .NET Framework 3.5 SP1 application. SQLite database has 4 tables in it. Each table will be inserted with more than 50 data at once. When the data for all the tabl

Re: [sqlite] [EXTERNAL] Exception in SQLite.dll (1.0.111.0)

2019-07-08 Thread Hick Gunter
Memory corruption errors are usually caused by application code. SQLite just happens to notice this first. The most common errors include, in no particular order, uninitialized variables, dangling pointers and race conditions. -Ursprüngliche Nachricht- Von: sqlite-users [mailto:sqlite-u

Re: [sqlite] Exception in SQLite.dll (1.0.111.0)

2019-07-08 Thread Joe Mistachkin
Vishruth H V wrote: > > I have been using the System.Data.SQLite.dll (1.0.111.0) and > System.Data.SQLite.Linq.dll (1.0.111.0) assemblies in my .NET Framework 3.5 > SP1 application. SQLite database has 4 tables in it. Each table will be > inserted with more than 50 data at once. When the data for

[sqlite] Exception in SQLite.dll (1.0.111.0)

2019-07-08 Thread Vishruth H V
Hi SQLite team, I have been using the System.Data.SQLite.dll (1.0.111.0) and System.Data.SQLite.Linq.dll (1.0.111.0) assemblies in my .NET Framework 3.5 SP1 application. SQLite database has 4 tables in it. Each table will be inserted with more than 50 data at once. When the data for all the tabl