Menu

#22 How to get around limit of Blob size

open
nobody
None
5
2004-05-03
2004-05-03
Anonymous
No

When writing blob to DB it is truncated at 65535 . Why
is the length of the blob limited and is there a fix.

thanks
Jason
email:: jstanley@isr.us

Discussion

  • Nobody/Anonymous

    Logged In: NO

    that depends on the BLOB itself?! use medium- or largeBLOB
    instead

     
  • Reggie Burnett

    Reggie Burnett - 2004-12-12

    Logged In: YES
    user_id=523261

    You are likely using a BLOB type column which is limited to
    64k. To store more, you will need to use a MEDIUMBLOB or
    LONGBLOB column.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.