Re: Blob in Access



My first use of BLOBs in Access was with a(n Informix) server back end, and
remote users... the server was capable of storing all the pictures, users
could retrieve them, and they were "safer" in the server DB than if the
files had just been stored in a folder on that server machine.

Depending on the number/size of files to be stored in BLOBs in a Jet or
ACCDB multiuser environment, you may be better off storing them in a
conveniently-accessible folder outside the DB, or as BLOBs within -- that's
a developer decision that should be based on analyis of your own application
environment. If I just had a "few" documents, I'd probably say not having
to cross-check your addresses and actual files would make it worthwhile to
store in the shared back-end as BLOBs, but with "many" documents, increasing
the size of the back-end might well be a problem if you did not store the
files "externally" to your DB.

Larry Linson
Microsoft Office Access MVP


"(PeteCresswell)" <x@xxxxxxxxx> wrote in message
news:52o3t394g19k8o5p631rk75cd2sgv27nsi@xxxxxxxxxx
Per Larry Linson:
As Wayne said, a Memo Field will work; so will an OLE field. There's an
example of using a BLOB in Access in the Imaging Examples you'll find at
http://accdevel.tripod.com -- note those examples and article have not yet
been updated for Access 2007.

For reasons I can't recall, the last few times I had to track
various kinds of documents via a JET back end, I elected to store
only the DOS path addresses of the documents and keep them in a
dedicated folder.

Obvious downside of that is data integrity - we'll never know if
a doc goes missing until we try to open it.

But it seems to me like there were some fairly serious downsides
to storing, for instance, a mix of MS WORD, Excel, and PDF docs
within the DB. Performance is what comes to mind first, but I
can't really recall.

Anybody have an opinion on the merits of the two approaches?

Same two approaches, but in an SQL Server back end?
--
PeteCresswell


.



Relevant Pages

  • Re: Using BLOBs in SQL
    ... SQL Server MVP ... >> We are looking at scanning certain paperwork and storing it with the ... The two options are to store the ... >> as blobs or to store them as file system objects with a referral pointer ...
    (microsoft.public.sqlserver.datawarehouse)
  • Re: Using BLOBs in SQL
    ... I've been looking at methods of storing PDF files ... The two options are to store the ... > as blobs or to store them as file system objects with a referral pointer ...
    (microsoft.public.sqlserver.datawarehouse)
  • Using BLOBs in SQL
    ... Can anyone tell me what the pros/cons are of using blobs in sql? ... We are looking at scanning certain paperwork and storing it with the ... The two options are to store the images ...
    (microsoft.public.sqlserver.datawarehouse)
  • Re: Pushing Blob content through Replication
    ... large BLOBS using replication. ... Microsoft SQL Server MVP ... I support the Professional Association for SQL Server ...
    (microsoft.public.sqlserver.replication)
  • [OT] Re: Whats the best possible email failover solution
    ... > idea since that means keeping large blobs of non-relational data floating ... During my research of the IMAP protocol, ... be fetched independently of the other MIME parts. ... every current IMAP server that I'm aware of has to break emails ...
    (freebsd-questions)