i've done some searches and apparently this is normal behaviour for access, and i've even found a fix.. only that fix was for delphi, not asp, and my asp knowledge doesn't go as far as that i could convert it.
so i was wondering if anyone knows of a way to get around this and just get a simple jpeg file out of the db just like it was when it went in?
also, i seem to have a similar (even worse) problem when i try to upload a jpeg to the db from my page. might be that i'm doing it wrong, i'm using an <input type=file> tag and then just get the post data and upload it to the db without any further modification. however, these pics don't even open in access (the ones i manually inserted do), and when i do the same content type trick, i only see the location it came from with each letter seperated by a ':', no binary looking stuff whatsoever
anyway, any help would be greatly appreciated, i'm really quite stuck here and i absolutely need to store those pic's INSIDE the DB.