I'd like to create a join between a column that contains filenames (such as '00001234.pdf') and an IIS inetlog table "target" column which records the path and filename (such as '/Mtracksdoc/topics/ct/00001234.pdf'). The '/Mtracksdoc/topics/' part never changes, but the directory above the file has different length names.
The query I'd eventually like to run would be something like:
select tbdoc.title from tbdoc, inetlog
where tbdoc.docfname ??? inetlog.target
thanks a lot,
greg
The query I'd eventually like to run would be something like:
select tbdoc.title from tbdoc, inetlog
where tbdoc.docfname ??? inetlog.target
thanks a lot,
greg