How to design a database capable of store data (mainly photos) for more than 2 GB?

edebe

New Member
Joined
Aug 18, 2021
Messages
23
Office Version
  1. 2010
Platform
  1. Windows
Hi all,

I would like to ask your help for an issue concerning the creation of a database I'm facing now.

I have to design a database which will contain, for each entry, many photos together with text-base data.
If I design it for storing the images into the file, I do have the issue of the 2 GB limit.

For this reason I would like to ask if somebody could help me to find a solution.

Thank you very much in advance for the help!
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
The general consensus is, never store attachments in Access tables. You keep the attachments in folders and store the path in table records. To use the attachment your form needs the appropriate control - either image control or unbound ole object control if the file being retrieved is not an image.
 
Upvote 0
I agree with micron --keep the images in the file system and the location of those images in the database. Associated text in the database.
You'll find similar advice and some samples if you search/google.

See this info from M$oft
 
Upvote 0
Thank both for thee suggestion, I will try to make it work in this way.
 
Upvote 0

Forum statistics

Threads
1,221,522
Messages
6,160,314
Members
451,637
Latest member
hvp2262

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top