Create a tiff file database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can Access be used to create a database including .tif files along with
additional information about how the file is used? Each record in the file
would include a tif file.
 
Tom21 said:
Can Access be used to create a database including .tif files along with
additional information about how the file is used? Each record in the file
would include a tif file.

You have 2 different solution:

1) Import as a BLOB the TIF file in a Record and ina related Table(1-->OO)
all
info about usage.

2)Save in the record anly the file reference(Full_Path)

With the first solution your DB will Grow depending from FileSize, with the
2nd one no.

Hope this help
 
Back
Top