Re: [sqlite] Order of fields for insert

2016-10-06 Thread Krishna Shukla
ok On 6 Oct 2016 8:08 p.m., "Simon Slavin" <slav...@bigfraud.org> wrote: > > On 6 Oct 2016, at 3:37pm, Krishna Shukla <krishnashukla7...@gmail.com> > wrote: > > > Help how can i import exel file in sqlite and get result in c# desktop > >

Re: [sqlite] Order of fields for insert

2016-10-06 Thread Krishna Shukla
Help how can i import exel file in sqlite and get result in c# desktop application ...? On 6 Oct 2016 7:55 p.m., "Hick Gunter" wrote: > SQLite compresses rows before storing and decompresses rows before > returning fields. BLOB fields are the most time consuming to process and