|
Posted by Jerry Stuckle on 11/07/06 18:34
Rudi Menter wrote:
> Hi, I would like to store binary data (as data-type blob) in
> a (MySql-) database, so I require functionality that allows
> a mapping from and back into the filesystem. Now, is there
> a library for this task that you know of?
>
> Thx,
> Regards
No library I know of. It's not that hard to do. Just have a column in
your database which has the equivalent filename and search for the
appropriate one. i.e. if you were mapping "/members/memberpage.html",
just have a field with that string in it. Then you can easily search
for the string.
Or am I missing something here?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|