View Single Post
  #4  
Old 06-22-2007, 08:56 PM
ashwken ashwken is offline
Registered User
 
Join Date: 10-16-2005
Location: Blairsville, GA USA
Posts: 431
Don't let your database become unnessarily large.

Instead of Storing external files inside the UR database, create a sub-folder structure below the UR database location, then Link (not Store, Copy or Move) to the external file.

The file path (UR URL Attribute) will be relative when importing from child folders of the UR database location, Links outside the UR data path will be absolute (full drive path).

If you need to transport, distribute, or backup your database this folder stratgey makes things a whole lot easier.

Granted, it does nothing to shrink the amount (filesize) data you must deal with (UR database + Linked files); I'm just a firm believer of not putting something (phyiscally) into a database unless you really have to.
Reply With Quote