Re: Issue with database size



A couple alternatives ...

(First, I'm with Douglas, don't store image files in Access... but!)

The newest Access ('07) supposedly does a better job of handling image files
(i.e., less "bloat").

Or, if you can connect to a SQL-Server database, you could store the images
in SQL-Server. It will take a bit of coding to get them in and out... I've
used this approach for a "Contracts" database, to help reduce the need for
storing paper documents.

The alternative is to put the image files in a known location
(folder/directory/path), with a known naming convention, then store the
location/path/filename in your database.

Regards

Jeff Boyce
Microsoft Office/Access MVP

"pkost" <pkost@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:216D3ED7-2B39-4A8E-A221-D2EC33712420@xxxxxxxxxxxxxxxx
Hello all,

I'm interning on a database project that has become a lot more complicated
than planned. The goal is to store photos of the project I'm working for
and be able to use a form to call up all the photopoints over the past 4
years at the different locations. I'm having problems getting around
access's
2 gig limit. Which I thought I solved by creating lots of separate
databases
and linking them together but now I can't figure out how to write a query
in
which I don't pull in all the photos or is that even possible. Is there
anyway I can indirectly reference them and still get the pictures to show
up
in the forms? I'd appreciate any help. Thanks




.



Relevant Pages

  • Re: Image value column question
    ... It is certainly possible to store the image outside the database but it will ... be up to you to define and maintain the pointer or path to the actual file. ... >>and after the move of the image files. ...
    (microsoft.public.sqlserver.programming)
  • Re: Images in a Database
    ... The suggestion that you store the image files somewhere and store the path ... would be seen in the database. ... I opened the database to see the deleted image still in the ...
    (microsoft.public.access.tablesdbdesign)
  • Re: Databases - which one
    ... I think you are looking more for a front end tool than a database. ... why you would think it is even possible to store text and images "in ... Something that is relatively host independent? ... You might really only need a filesystem (text files and image files ...
    (comp.databases)
  • Re: Image value column question
    ... Is it possible to store the image files outside the ... database - separate disk or CD - and as that disk or CD ... database will have a pointer to the location of the image. ...
    (microsoft.public.sqlserver.programming)
  • Re: public and private mailboxes randomly dismounting
    ... When posting logs an important piece is the Event ID and Source. ... Information Store First Storage Group: An attempt to move the file ... An error occurred while writing to the database log file of storage group ...
    (microsoft.public.windows.server.sbs)

Loading