> 
> 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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to