How can I manage 2.0 GB mdb without problems?

M

MS access 2003

We make a db in Access but since the db increase the size almost a 2.0 gb is
down, so we need to compact db every 3 days, there is a patch in order to
Access can manage more then 2.0 GB of size ?
 
G

Graham R Seach

Split the tables out into several backends.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 
M

MS access 2003

Sound good, but somebody told me that there is a MS-access patch in order to
permit more than 2.0 gb. Is it true ?
 
R

Rick Brandt

MS said:
Sound good, but somebody told me that there is a MS-access patch in
order to permit more than 2.0 gb. Is it true ?

Nope. If you even come close to the limit it's time to move to a server
back end. There are enough free options out there that there is little
reason NOT to.
 
J

John Vinson

On Wed, 27 Sep 2006 05:55:02 -0700, MS access 2003 <MS access
We make a db in Access but since the db increase the size almost a 2.0 gb is
down, so we need to compact db every 3 days, there is a patch in order to
Access can manage more then 2.0 GB of size ?

In addition to Graham's and Granny Spitz's suggestions, one question:
is this so large because of millions of records of text data? Or do
your tables contain graphical images? If so, Access is *very*
inefficient at handling graphics, and this kind of bloat is very
common. It may be better to store graphics in external .jpg (or other
graphic format) files, and just store the path and filename in your
Access tables.

John W. Vinson[MVP]
 
M

MS access 2003

Yes, we have a large tables with a hundred thousand a records of text data,
we do not record any grapghical images on it. This database is into our
windows 2003 server, running under access 2003 version, additional almost 50
user access simultaneously to this DB.
 
J

John Vinson

Yes, we have a large tables with a hundred thousand a records of text data,
we do not record any grapghical images on it. This database is into our
windows 2003 server, running under access 2003 version, additional almost 50
user access simultaneously to this DB.

I'll agree with Graham, Rick, and Granny Spitz then - it's time to
move to a client/server architecture. SQL/Server Express, full-blown
SQL/Server, MySQL, or the like... you can still keep your Access
frontend, but this is just getting beyond what a desktop application
like Access was ever intended to handle.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top