Dear Claudia Pacheco,
I have two defining requests in my offline store on Android that I use for create operations. One of them works fine on my device, but the other doesn't.
The error I get is;
[-10047] An error occurred while setting a parameter with an STRING value in a prepared statement
After some debugging, I found from here that the String type VARCHAR has a maximum field size of 32740, on which the Edm.String is based on.
My data length is almost always 50,000 characters or more.
Is there a way to force it to use BLOB instead?
Thanks,
Ali