View Single Post
  #2 (permalink)  
Old 04-22-2006, 04:58 AM
ben ben is offline
Administrator
 
Join Date: Mar 2007
Posts: 92
ben has disabled reputation
Default ANY answer. Re: How can I store and retrieve a tif file?

Generally you will have to store them in a BLOB field.
You will have to make sure the characters are properly escaped though. Each database server does this a bit differently.

Alternatively you could just save the file to a folder and keep a record of the folder you saved it in and the file's name.
Reply With Quote