Drew Allen
.....
The link is stored as an OLE object in the Object field of the Media table. Don't ask me how to interpret the OLE data.
.......
Shaun Sullivan
..........
You should *absolutely* store them in the database.
We actually store media in separate tables, so there is no performance
hit (or wasted cache memory) when querying constituents.
Do not worry about storage in SQL Standard or Enterprise, it is designed
to easily handle terabytes worth of data without breaking a sweat.
Storing links is a fragile solution with a legacy back to the early 90's
when database storage technology was not good around BLOB data, and disk
space was much more expensive.
If you absolutely MUST use links for whatever reason (for example if you
are using SQL Express), at the very least be sure to use UNC file names
as opposed to mapped drive letters.
..........
I more or less understand the concept of binary data streams and how they were handled in Access etc. which has an interpreter through integration with the MS Office libraries.
If linked document is not a copy of the original linked document or image but only a shortcut (and the proof is that when you change the original document you can see the changes accessing the document via Media tab link) why we can not list the shortcut path.
I understand it is a legacy issue but it doesn't make very much sense to store the path as binary.
If you open a document via Media tab and access the document properties you can see the original path to the location.
So it looks like the best solution to deal with the
BB legacy problem and not create a problem of the dramatic increase of database size (and the wrath of IT Department) is to have:
-one remote storage sink for media type documents and images,accessible to RE and oviously RE users
-strong and consistent naming convention
-and if I am reading Shaun advise write use full UNC path
-I guess if somebody is really persistent and want the reporting the way around will be to store the whole UNC path including name in one of the fields accessible for query and reports which is either title or description.
Andrew Gorczycki
still in GuggenheimMuseum but not for long