I am looking for a way to query the property filename
using ASP and index server such as,
SELECT filename FROM scope('"d:\somedir\"') WHERE filename LIKE '*img001.gif' ;
although the above syntax does not work.
Any suggeestions?
using ASP and index server such as,
SELECT filename FROM scope('"d:\somedir\"') WHERE filename LIKE '*img001.gif' ;
although the above syntax does not work.
Any suggeestions?
Comment