QUESTION: Is it better to send large data blobs in JSON for simplicity, or send them as binary data over a separate connection?
I am attempting to transfer a set of photos (blobs) from one table to another across databases.I\'m nearly there, except for binding the photo parameter.I have the following code:
I have a 开发者_JAVA技巧mysql database that holds content as a blob, for whatever reason those developers chose to use a blob is out of my control. Is it possible to convert the data to text and the d