| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Michael T. Babcock | Date: | October 9 2002 12:58pm |
| Subject: | Re: storing PDF files in mysql ????? | ||
| View as plain text | |||
Alexis Antonakis wrote: >The thing I was wondering is whether there is any advantage in saving IMAGES >in a database? > > None whatsoever unless you can't do remote file access any other way. # SQL: SELECT name FROM images LEFT JOIN table1 ON table1.imageid = images.id; # Program: open(name) off filesystem, or: # <IMG SRC="./images/$name"> ... -- Michael T. Babcock C.T.O., FibreSpeed Ltd. http://www.fibrespeed.net/~mbabcock
| Thread | ||
|---|---|---|
| • storing PDF files in mysql ????? | toby gibbson | 8 Oct |
| • Re: storing PDF files in mysql ????? | R.Dobson | 8 Oct |
| • Re: storing PDF files in mysql ????? | toby z | 8 Oct |
| • Re: storing PDF files in mysql ????? | kayamboo | 9 Oct |
| • RE: storing PDF files in mysql ????? | Sqlcoders.com Programming Dept | 9 Oct |
| • RE: storing PDF files in mysql ????? | Alexis Antonakis | 9 Oct |
| • Re: storing PDF files in mysql ????? | Michael T. Babcock | 9 Oct |
| • AW: storing PDF files in mysql ????? | Kai Zaunick | 9 Oct |
| • Re: storing PDF files in mysql ????? | kayamboo | 10 Oct |
| • RE: storing PDF files in mysql ????? | toby z | 9 Oct |
| • Re: storing PDF files in mysql ????? | kayamboo | 10 Oct |
| • RE: storing PDF files in mysql ????? | Jan Steinman | 9 Oct |
| • RE: storing PDF files in mysql ????? | toby z | 10 Oct |
