Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Handling huge BLOB fields with DBI and MySQL

by Anonymous Monk
on Jul 26, 2004 at 14:20 UTC ( [id://377425]=note: print w/replies, xml ) Need Help??


in reply to Re: Handling huge BLOB fields with DBI and MySQL
in thread Handling huge BLOB fields with DBI and MySQL

If you are writting binary blobs to file don't you need to set binmode on your output stream ? ie binmode OUTFILE;
  • Comment on Re^2: Handling huge BLOB fields with DBI and MySQL

Replies are listed 'Best First'.
Re^3: Handling huge BLOB fields with DBI and MySQL
by Anonymous Monk on Jul 28, 2004 at 08:54 UTC

    binmode is mandatory only on MS-DOS/Windows systems.

    perldoc -f binmode
    On some systems (in general, DOS and Windows-based systems) binmode() is necessary when you're not working with a text file.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://377425]
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: (7)
As of 2024-04-18 07:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found