Re: Image problem





This sounds like one of the symptoms of hitting the database size limit ? is the mdb file anywhere near
2GB?

Using Photo Editor to store JPEGs causes a huge overhead, since it stores each image uncompressed, then
adds up to 2 more uncompressed copies for good measure. This can cause the file to grow by as much as
200 *times* the size of the image files you add to the database, so you can reach the 2GB size limit very
quickly.

Either store the images externally as files, or as blobs if you want them in the database.





"Annemarie" <AnnemarieHarding@xxxxxxxxx> wrote:
Hello!

I am inserting images into a table...and keep getting an error. I have
reinstalled photo editor to allow JPEG images. All of the sudden I am
receiving an error message "Invalid Argument." and can no longer enter
anything or change anything.

Please help!


.



Relevant Pages

  • Re: Storing images in postgreSQL (with PHP)
    ... > I am wanting to learn how to store images in a postgreSQL database. ... Some code to load a picture might be: ...
    (comp.lang.php)
  • Re: storing path only to database
    ... Do not store the images in the file, rather store them on the hard drive and ... store the path to them in the Access database. ... Alternatively, you can store images in multiple tables, each one of which is ... Dim MyFolder As String ...
    (microsoft.public.access.formscoding)
  • Re: [SLE] File Server
    ... >>store the images in the file system directly? ... > future if for some reason you are adding more weight images, ... Even in Oracle this is a really bad idea. ... before you store the body in the database. ...
    (SuSE)
  • Re: file upload storage - database vs folder
    ... Suppose I do store my images for a web site in a BLOB ... > I have used both techniques whilst working with oracle database. ...
    (microsoft.public.dotnet.general)
  • Re: public and private mailboxes randomly dismounting
    ... When posting logs an important piece is the Event ID and Source. ... Information Store First Storage Group: An attempt to move the file ... An error occurred while writing to the database log file of storage group ...
    (microsoft.public.windows.server.sbs)

Loading