Hi Nageswara, Rao, Nageswara UTC CCS <Nageswar.Rao at fs.utc.com> writes: > In Sqlite, we can have query command like "selct * from Table INDEXED BY indexname where age>30; > How do we use the same in odb query? You will have to use a native query in a view (potentially object-loading view). See Chapter 10, "Views". Boris