Inserting Files as Binary Data in MS SQL 2005
Posted on 2009-04-08 (Updated on 2019-01-24)
I recently came upon an extremely quick, simple, and brutal to insert a file into a MS SQL database using only the query editor and a hex editor:
This is a repository for the thoughts, notes, and achievements of Mr. Jacob Honeyhume. It contains posts on a large variety of subjects, technical and otherwise.
Posted on 2009-04-08 (Updated on 2019-01-24)
I recently came upon an extremely quick, simple, and brutal to insert a file into a MS SQL database using only the query editor and a hex editor:
Posted on 2009-03-04 (Updated on 2019-01-24)
I ran into a very sticky issue while writing a very complex set of PHP classes: I continually ran into the "Class '[ClassName]' not found" error, even though the classes were clearly defined – sometimes even in the same file. This drove me nuts for hours.
Posted on 2009-01-09 (Updated on 2019-01-24)
This is really just a quick piece of trivia, but can cause tremendous problems if you're not expecting it.
Posted on 2009-01-01 (Updated on 2019-01-24)
After recently taking a trip down memory lane with the old DOS-based Id game, Hexen, under Wine. I discovered a very random issue with my installation of Ubuntu 8.10 (Intrepid Ibex): my right alt key didn't really do anything.
Posted on 2008-12-29 (Updated on 2019-01-23)
Web development is entirely reliant on browsers to display web sites. Without browsers, the large majority of the Internet would cease to be useful – or functional for that matter. So how is it that browsers don't matter?
For a full list of posts, feel free to check out the Archive!