Re: inserting images in mysql tables

2001-06-19 Thread Cal Evans
IMHO, (take it for what it is worth) You shouldn't. Store a reference to the image in the database.(either a file system reference, or if you are doing HTML, store the URL) I've yet to see a good reason for stuffing an image in a database. In most cases the OS/file system will handle the image f

Re: inserting images in mysql tables

2001-06-19 Thread Tyler Longren
you should probably just store the images on your server, and provide the location to the image in the table...much quicker. Tyler - Original Message - From: Felicia <[EMAIL PROTECTED]> To: mysql post <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 11:03 AM Subject: inserting images in