Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Storing Pictures In Access

Status
Not open for further replies.

Walshy99

Technical User
Jul 7, 2003
6
GB
I have created a database for properties, and have included images. There are 10000 properties, each property will have two images. The problem is the size of the database, so far with just 20 images in the database, the size is 310mb (After compacting the database).

Is there a better way of achieving this
 
Hi,

Have you considered storing just a text field with a path to the image, which can then be loaded dynamically from an external disk file? If you need to display it on forms, you can include it as a linked rather than embedded.

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top