1. We have moved to a new forum! There may be a few things not working properly so please let us know if you find a bug. Remember to use the bbCode [ sql ] tag for SQL statements.

How can I store and retrieve a tif file?

Discussion in 'SQL - Questions and Answers' started by priyaranjan, Apr 21, 2006.

  1. priyaranjan Guest

    Dialect: SQL 92
  2. ben Administrator

    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.

Share This Page