02-28-2008, 10:29 AM
|
#6 (permalink)
|
|
The Frequenter
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
|
base64'ing binary data is good practice if your data contains things like single quotes that would likey break your query.
It's also handy for database systems that don't support a BLOG type field like older version of Microsoft SQL server. In these cases, you can base64_encode() your file and insert it into a TEXT field instead.
Alan
|
|
|