Re: [sqlite] How to turn off Indexing in SQLite?

2009-01-09 Thread Ken
> > I am using SQLite and C interface. > > > > How to turn off Indexing in SQLite? create the SQL so the index can not be used add an " OR ( 1 = 0) to the end of the where clause. ___ sqlite-users mailing list sqlit

Re: [sqlite] How to turn off Indexing in SQLite?

2009-01-09 Thread Igor Tandetnik
"Pramoda M. A" <pramod...@kpitcummins.com> wrote in message news:f7846b8f3c78c049b6a1dff861f6c16f03115...@kcinblrexb01.kpit.com > How to turn off Indexing in SQLite? Don't create any indexes on any of your tables. Igor Tandetnik _

[sqlite] How to turn off Indexing in SQLite?

2009-01-09 Thread Pramoda M. A
Hi All, I am using SQLite and C interface. How to turn off Indexing in SQLite? With Regards, Pramoda.M.A KPIT Cummins Infosystems Limited | Bengaluru ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org