in reply to Re: Inserting file into a database
in thread Inserting file into a database
About your oracle solution, why would you want to unpack and store in a clob... I would directly store the binary data in a blob... (even if i wanted to store it in a text format, i'd probably prefer to use base64, not base 16:hex )
I really cannot imagine having the data take twice it's real size (hex<=>binary).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Inserting file into a database
by Ryszard (Priest) on Jan 09, 2003 at 22:12 UTC |