473,698 Members | 2,198 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Database Size Limit

Tried to find any reference to this on the Microsoft help pages but can't
find any reference - maybe I'm just not smart enough to find it.

However; I have been working on a membership database where I "hold" a
photograph in a table. All is working as would expect so I won't bore you
with the details - it works almost identically to the Northwind sample
database "employee" table.

My problem that I get an error when I have about 30 photographs attached -
"database has exceeded size limits" or something like that. I know the
database is getting big (around 1G) and perhaps W2000 can't handle this size

Is there a limit to the size of an A2000 database? I'm running on W2000.

Thanks in advance for any information

John Taylor


Feb 11 '07 #1
3 6826
The theoretical limit is 2GB file size, but it's always a good idea to leave
yourself headroom.

In general, it's impractical to embed photos in an Access database like
that. Better to store the photos on the disk, and use a hyperlink field to
connect to them. You can load them into an Image control on a form as soon
as you visit the record, using code like this:
http://www.mvps.org/access/forms/frm0030.htm

If you really want to embed photos in your database, Access 2007 will do a
much better job of this:
a) It stores the photos compressed (which avoids much of the bloating
issue.)
b) The image control has a Control Source, so no code is needed to display
linked images.
c) You have the possibility of attaching multiple images to a record.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"John Taylor" <ja**@iinet.net .auwrote in message
news:45******** *************** @per-qv1-newsreader-01.iinet.net.au ...
Tried to find any reference to this on the Microsoft help pages but can't
find any reference - maybe I'm just not smart enough to find it.

However; I have been working on a membership database where I "hold" a
photograph in a table. All is working as would expect so I won't bore you
with the details - it works almost identically to the Northwind sample
database "employee" table.

My problem that I get an error when I have about 30 photographs
attached - "database has exceeded size limits" or something like that. I
know the database is getting big (around 1G) and perhaps W2000 can't
handle this size

Is there a limit to the size of an A2000 database? I'm running on W2000.

Thanks in advance for any information

John Taylor
Feb 11 '07 #2
Thanks Allen, usefull information as always.

A2007 is not an option for me at the moment so I'll have a look at the
coding you have pointed to me.

John Taylor


"Allen Browne" <Al*********@Se eSig.Invalidwro te in message
news:45******** *************** @per-qv1-newsreader-01.iinet.net.au ...
The theoretical limit is 2GB file size, but it's always a good idea to
leave yourself headroom.

In general, it's impractical to embed photos in an Access database like
that. Better to store the photos on the disk, and use a hyperlink field to
connect to them. You can load them into an Image control on a form as soon
as you visit the record, using code like this:
http://www.mvps.org/access/forms/frm0030.htm

If you really want to embed photos in your database, Access 2007 will do a
much better job of this:
a) It stores the photos compressed (which avoids much of the bloating
issue.)
b) The image control has a Control Source, so no code is needed to display
linked images.
c) You have the possibility of attaching multiple images to a record.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"John Taylor" <ja**@iinet.net .auwrote in message
news:45******** *************** @per-qv1-newsreader-01.iinet.net.au ...
>Tried to find any reference to this on the Microsoft help pages but can't
find any reference - maybe I'm just not smart enough to find it.

However; I have been working on a membership database where I "hold" a
photograph in a table. All is working as would expect so I won't bore you
with the details - it works almost identically to the Northwind sample
database "employee" table.

My problem that I get an error when I have about 30 photographs
attached - "database has exceeded size limits" or something like that. I
know the database is getting big (around 1G) and perhaps W2000 can't
handle this size

Is there a limit to the size of an A2000 database? I'm running on W2000.

Thanks in advance for any information

John Taylor

Feb 11 '07 #3
"John Taylor" <ja**@iinet.net .auwrote
However; I have been working on a membership
database where I "hold" a photograph in a table. All
is working as would expect so I won't bore you
with the details - it works almost identically to the
Northwind sample database "employee" table.

My problem that I get an error when I have about
30 photographs attached - "database has exceeded
size limits" or something like that. I know the
database is getting big (around 1G) and perhaps
W2000 can't handle this size.
The sample imaging databases (applicable to Access 2003 and earlier
versions) at http://accdevel.tripod.com illustrate three approaches to
handling images in Access, and the download includes an article discussing
considerations in choosing an approach. Two of the approaches do not use OLE
Objects and, thus, avoid the database bloat, and some other problems,
associated with images in OLE Objects.

Not included in the sample is the option of using the "FollowHyperlin k" (for
which see Help) to display an image for which you have the
path-and-filename. Doing so will display using the image-handling software
that the user has registered for the image file type, but seems to have
fewer difficulties, all in all, than OLE Objects and Bound OLE Frame
Controls present.

If you are printing the images in reports, to avoid memory leakage, you
should also see MVP Stephen Lebans' http://www.lebans.com/printfailures.htm.
PrintFailure.zi p is an Access97 MDB containing a report that fails during
the Access formatting process prior to being spooled to the Printer Driver.
This MDB also contains code showing how to convert the contents of the Image
control to a Bitmap file prior to printing. This helps alleviate the "Out of
Memory" error that can popup when printing image intensive reports.

Larry Linson
Microsoft Access MVP

Feb 12 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
28590
by: Kums | last post by:
What is the maximum permissible size of a database? Is there any limitation. What is the maximum # of tablespace's allowed in a database? Thanks for your response.
6
1843
by: Jordan | last post by:
Hi and Thanks in advance, After inserting 3000 records into our database (MS Access 2000) the size is 17.3 MB. But if we use the User/ Group Permissions to secure our database, the same 3000 records added will give us a size of 36.2 MB. What causes such drastic overhead when using the permissions? The only time the password is required is on startup, correct? Again, thanks
5
8736
by: Campano, Troy | last post by:
Is there a way to limit the size that an individual database can take up? My understanding is that all your databases go into a file system which is your 'catalog cluster'. But all the databases can grow until that filesystem is full. Is there a way to limit how big a database can be? Can you allocated space when the database is set up so you can say db1 can only be 100 MB?
5
6456
by: Claudio Grondi | last post by:
I have just started to play around with the bsddb3 module interfacing the Berkeley Database. Beside the intended database file databaseFile.bdb I see in same directory also the __db.001 __db.002 __db.003 files where
3
1535
by: Chris H | last post by:
Ok in the following code I am trying to have my keywards meta tag auto insert the top 10 titles from most recently added database entries, right now the while loop is only setting the $keyword varibale with one title and not the top 10.. not sure what i am doing wrong... Note: keyword retrival code will be between ######## //comment CODE #######
1
9316
by: orenbt | last post by:
Hi, I am new to SQL express and try to solve the 4GB size limitation. Is there a possibility to create a new database file every time I get to the limit? How can I do that with C#? how can I create new database file every time it gets full? Can I be connected to two database files at the same time (the full db and the new db)?
1
2822
by: Muchach | last post by:
Hello, Ok so what I've got going on is a form that is populated by pulling info from database then using php do{} to create elements in form. I have a text box in each table row for the user to enter input. I need to take this user input and put it back into the database. What would be the best method to do this. I can't use a normal post because the name of the text box is the same for each table row. I've heard that posting the...
0
5572
by: narayan2586 | last post by:
Hi all, When ever i am trying to connect my application it's giving below error message: RemoteException occurred in server thread; nested exception is: java.rmi.RemoteException: ; nested exception is: javax.ejb.EJBException: Connection to pool failed! - com.ibm.websphere.ce.cm.StaleConnectionException: SQL1224N The database manager is not able to accept new requests, has terminated all requests in progress, or has terminated your...
6
8073
by: shawno | last post by:
Hi, We're running DB2 v8.1 on a windows platform and have a database that is quite large. It basically contains one table with a BLOB field (each blob is a zip file, maybe 500K to 1MB), and this particular table is close to 300GB in size. We are not experiencing any problems, and there is plenty of space on the server, but I was just wondering if there is limit in DB2 to how big this table can get. We are guessing it is going to...
0
8608
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9029
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8870
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7734
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4370
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3051
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2332
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2006
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.