Please give me some examples,thanks.

Ed Chester <[EMAIL PROTECTED]> wrote:
In my opinion you have two choices:

i) store the image in a binary BLOB field
ii) store a reference to a filename in a sensible text field, and actually store the image in your normal filesystem

Of these, I absolutely recommend (ii) and think that (i) is a disastrous thing to do. It will lead to large server load, much slower DB performance, more interface problems, and very large data tables.

I cannot think of a single good reason to actually store an image in a mysql database, but if you have one please do post it :)

ed c




Do You Yahoo!?
150万曲MP3疯狂搜,带您闯入音乐殿堂
美女明星应有尽有,搜遍美图、艳图和酷图
1G就是1000兆,雅虎电邮自助扩容!
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to