On Mon, Apr 12, 2010 at 11:33 AM, Navaneeth Sen B
<navanee...@tataelxsi.co.in> wrote:

> Thanks Hamish,
>
> But can you give me more clarity for the sentence in the quoted text.
>> However, it doesn't store files, it stores data. If you need to query
>> (meta)data from a particular file format, you'll have to extract it
>> yourself.
>>

What I mean is that if you want to, say, order the results of a query
by shutter speed, you'd have to extract the shutter speeds from the
AVCHD files yourself and put them into a "shutterspeed" column in your
table. SQLite doesn't know anything about AVCHD files (or any others
AFAIK).

Best wishes,
Hamish
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to