ok its about time i learnt what a index is and how to use it
so this explains what a index is
http://www.sqlite.org/lang_createindex.html
but how do i read information from it
i want to index some feilds in the database that will all contain common information, country, city that sort of thing, i would usaly make a table with 2 feilds (id and textstring) and use the id in the other table to retrive the text string
would i benifit from useing indexes, as from what i read it dose the same thing and if so, how to use them in AMS



