Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
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 having an uproarious good time at the Monastery: (3)
As of 2024-04-20 01:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found