My Db is bloated after linking an image as a background of a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have used the "Picture" section of the format tab to set the path of the
picture I want to use as a background for my form. My Db went from .482 kb to
10.724 kb(actual picture is just 90 kb). I also used "Compact & Repair"
without succes.

Why is my DB so bloated?

Jet
 
Access is murder with image files. The file is embedded and must be stored as
a bitmap, and it doesn't do a very good job of it. As the background on a
form, it's a pretty big bitmap at that.

You might want to consider using a smaller image as a logo. That should take
up less space in the DB file.
 
Understood. Your response is grealty appreciated.

Greetings from Montreal

Jet
 
I've read that Access 2007 is finally going to deal with the problem of
graphics and bloating. About time!
 
Access dealt with bloating a LONG time ago.

the answer was Access Data Projects; you retard

-Aaron
ADP Nationalist
 
My pleasure, Jet.

--
Bill Mosca, MS Access MVP


Jet said:
Understood. Your response is grealty appreciated.

Greetings from Montreal

Jet
 
Hi Jet,

I recommend that you do a "Find" on this newsgroup for messages from
"Larry Linson". He's a fountain of information regarding images in
databases, provides sample related databases and frequently provides
links out to other resources such as www.lebans.com Read all of his
related posts for this month.

HTH
 
To save some time, here's one of Larry Linson's standard responses on this
topic:

"The sample imaging databases 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.

"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.zip 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.

"If you've already starting storing images in your database, and you'd like
to export them all, see:http://www.lebans.com/oletodisk.htm"
 
those MVP kids are complete wimps; I mean-- they reccomend MDB?

grow some balls; kids.

Access Data Projects made your silly MDB crap obsolete.
I dont want to; I dont need to

Relink
Refresh
Setup DSN; find connection string verbage
copy queries and 'lookup tables' to the frontends
compact and repair
deal with DLL hell (libraries like CDO on the desktop?? ROFL)


ADP is a much superior platform.

I wouldn't listen to these MDB-lovin DIPSHITS for 10 seconds
i mean seriously; the world moved on and they're still stuck in the
90s.

-Aaron
ADP Nationalist
 

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

Back
Top