http://www.perlmonks.org?node_id=360155


in reply to Handling huge BLOB fields with DBI and MySQL

Well, I'm not sure which topic/node you're referring to, but do you understand that a BLOB is binary? Please show some code examples so we can see what you're trying to accomplish (and how).

-fp
  • Comment on Re: Handling huge BLOB fields with DBI and MySQL

Replies are listed 'Best First'.
Re^2: Handling huge BLOB fields with DBI and MySQL
by alex27 (Initiate) on Jun 03, 2004 at 14:17 UTC
    I read this node "Handling huge BLOB fields with DBI and MySQL"

    I dont do anything diferent in the original code

    When i upload/download to my database a word document that the code does not have to split there is no problem.   When the file has to be split up, due to its large size, after the code fetch's it from the database, it is always damaged

    janitored by ybiC: Made node link active, minor format tweaks for legibility.