G
My company has a large filesystem that holds hundreds of thousands of
documents related to the business. Sometimes I have the need to keep
metadata for some of the documents. This data could be comments, or the
document's status in a process, etc.
The simplest way to do this is to keep the metadata in a database and
reference the file's full path. The biggest problem with doing it this
way is if the file is moved or renamed the reference will break.
Is there a better way of keeping a reference to a file? It looks like
an NTFS file has an optional "object id" attribute that is used by the
Distributed Link Tracking Service, but I couldn't find any
documentation for using this.
Does anyone have any suggestions?
Thanks in advance,
Epson
documents related to the business. Sometimes I have the need to keep
metadata for some of the documents. This data could be comments, or the
document's status in a process, etc.
The simplest way to do this is to keep the metadata in a database and
reference the file's full path. The biggest problem with doing it this
way is if the file is moved or renamed the reference will break.
Is there a better way of keeping a reference to a file? It looks like
an NTFS file has an optional "object id" attribute that is used by the
Distributed Link Tracking Service, but I couldn't find any
documentation for using this.
Does anyone have any suggestions?
Thanks in advance,
Epson