Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: doubt in binmode

by mdsaleemj (Initiate)
on Jun 29, 2010 at 04:52 UTC ( [id://847040]=note: print w/replies, xml ) Need Help??


in reply to Re: doubt in binmode
in thread doubt in binmode

but i stored the compressed data(lzop) in database as CLOB.

Replies are listed 'Best First'.
Re^3: doubt in binmode
by afoken (Chancellor) on Jun 30, 2010 at 04:18 UTC

    Simple: Don't store binary data in a character-oriented storage. CLOB is a Character Large Object. You want a BLOB, a Binary Large Object.

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
      Thnx... I changed the table column as BLOB...Now i am able to decompress...Thank u Monks.....

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://847040]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-24 18:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found