in reply to Re: Anyone using SPOPS to store BLOBs?
in thread Anyone using SPOPS to store BLOBs?
It's a long story, but the short answer is that I really *do* need to store files into a database. It makes them more portable and accessible.
It's unlikely that we'll approach a file that's 2G -- I have tried various files up to a 12M example that we have, and they all worked the way I expected, except for the side effect of adding single quotes around the entire files' contents when I extract the file back out of the database.
The only time we'll need to access the file is when we copy it back out to the file system for processing -- taking just the file name isn't going to work for us because that file may no longer be available when we want to do our processing.
--t. alex
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Anyone using SPOPS to store BLOBs?
by bunnyman (Hermit) on Jun 24, 2003 at 20:02 UTC | |
|
Re: Re: Re: Anyone using SPOPS to store BLOBs?
by richardX (Pilgrim) on Jun 25, 2003 at 18:59 UTC | |
by talexb (Chancellor) on Jun 25, 2003 at 19:23 UTC |