Re: saving images from mysql to file

2001-02-06 Thread Rolf Hopkins
D]> Sent: Wednesday, February 07, 2001 10:49 Subject: Re: saving images from mysql to file > Ok I have 2000 images in a database that I want to move out of the database and save the image as a file and place the url to the image in the database. But I can\'t figure out how to get t

Re: saving images from mysql to file

2001-02-06 Thread Phillip M.(Mike) Bishop
Ok I have 2000 images in a database that I want to move out of the database and save the image as a file and place the url to the image in the database. But I can\'t figure out how to get them out and written to a file to do this. You Wrote: Firstly, I\'m not exactly sure of what you are trying

Re: saving images from mysql to file

2001-02-06 Thread Rolf Hopkins
Firstly, I'm not exactly sure of what you are trying to do but in any case check out the blob column type in the mysql manual. Also, you are probably better off storing the image on disk and only store the URL in the database. Whichever the case, good examples can usually be found at www.devshed