Well, it's hard to tell. I know "something" is making its way into the database (the number or records each time I perform an INSERT), but given the nature of the datatype, I can't view what's being dropped in the column. Similarly, when I query that column for the value I just INSERTed, I extract "blank" data. By "blank" I mean that the query actually extracts something, but populates my array (string array at this point) with blanks...which I suppose is better than an empty array. So to answer your question, I'm not entirely sure "where" the problem is occurring.
I'm aware the new toolset still allows you to enter your own SQL statement. But I have absolutely no idea how to write an "INSERT INTO" statement that contains binary data (especially when
the flattened 2-D array is "technically" still a string).
Any additional information you could provide regarding code, database version, etc. would be MORE than appreciated. Is it possible that I could get you to attach a simple piece of code (even a screenshot would be fine) to illustrate what you have? It doesn't sound too complicated, given all the variations I've tried. Perhaps it's a database setting?
Thanks again!
-Chris