Do yourself a favor and don't store the image in the table (huge bloat, especially GENERAL fields). Just store a path to the actual file.
If you only have a few images, you can get away with the binary memo field or probably a BLOB, but I have no experience with BLOBS. Fred On Mon, Nov 29, 2010 at 12:51 PM, Alan Lukachko <[email protected]> wrote: > I want to store images that could be PDFs, JPEGs or BMPs in a table as part > of an application. > > > > Looks like the data types that could accomplish this are BLOB, GENERAL, MEMO > and MEMO (BINARY). Any suggestions or comments which would be the best > approach. Or maybe there are other ways of accomplishing this. > > > > Appreciate and thanks for any help. > > > > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

