vote up 0 vote down star

Hi everybody. How can I query the filesystem (NTFS) with SQLite?

flag
1  
Query it for what? The underlying filesystem? – Patrick Nov 6 at 19:44
Could you describe what you actually want to achieve by this? – Kalmi Nov 6 at 19:57

2 Answers

vote up 0 vote down

You can't.

WinFS seems to be a solution based on Microsoft SQL Server that runs on top of NTFS. But WinFS is still in development.

link|flag
vote up 2 vote down

Maybe you'll find interesting this article: Query Anything with SQLite

[...] SQLite has a number of unique features, one of the most interesting of which is virtual tables. With virtual tables, you query not only what is in a database, but what is outside of it as well. For instance, with a little coding, you could use SQLite to search through your filesystem and issue queries such as [...]

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.