BLOB (Binary Large OBjects) are handled differently by different databases. But in general, you find out what "chunk" size the database wants, then feed it portions of that size of your file.
The reverse is true when reading BLOBs -- when requesting a BLOB field, you have to make several database calls, where the database feeds you chunks of your file. You have to do the work of concatenating them together again.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.