Top "Blob" questions

A BLOB is a collection of binary data stored as a single entity in a database management system.

BLOB vs. VARCHAR for storing arrays in a MySQL table

I've got a design decision to make and am looking for some best practice advice. I have a java program …

java mysql arrays blob varchar
How to save Chart JS charts as image without black background using blobs and filesaver?

$("#NoBidsChart").get(0).toBlob(function(value) { saveAs(value, "Summary.jpg"); }); Here i am using Chart JS(v2.5.0) for rendering charts. When …

html5-canvas blob chart.js filesaver.js
Read Dynamics NAV Table Metadata with SQL

I would like to be able to read the Dynamics NAV 2013 Table Metadata directly from the SQL Server database without …

tsql blob zlib dynamics-nav deflatestream
JavaScript save blob to localStorage

I am trying to save blob data (favicon) retrieved via AJAX, to localStorage. Code : var xhr = new XMLHttpRequest(); xhr.open(…

javascript json html blob web-storage
Failed to load PDF document - Angular JS - BLOB

I am trying to get PDF document from Web API, and want to show in Angular App. Getting "Failed to …

angularjs pdf blob asp.net-web-api chunked-encoding
FILESTREAM files being left behind after row deleted

I have successfully set up FILESTREAM on my SQL 2008 server; however I've noticed that even when I have deleted rows …

sql sql-server-2008 blob filestream
JSON.stringify or how to serialize binary data as base64 encoded JSON?

I have a Javascript object which will consists of a non-cyclic object hierarchy with parameters and child objects. Some of …

javascript json blob arraybuffer
Android: Cursor Window is full

W/CursorWindow(15677): Window is full: requested allocation 2195889 bytes, free space 2096720 bytes, window size 2097152 bytes I know there is app memory …

android memory sqlite blob
Read multipart-form data as []byte in GO

I'm using GIN as GO framework, im having an issue when uploading file and directly convert image as byte so …

go file-upload blob go-gorm
Rails - How to add a BLOB column using ActiveRecord?

I need to create a BLOB column to store some text content. I have read somewhere that I need to …

ruby-on-rails-3 blob rails-postgresql