You are not logged in.
Pages: 1
I'm trying to update a TintegerArray field with TSQLRest.UpdateField but get this error: 'ESynException with message "TJSONSerializer.AddVariant(VType=8195)".'
TSQLRest.Update with the whole record works fine. (using SQLite)
What's wrong?
Offline
What is a TIntegerArray?
Do you mean TIntegerDynArray?
Then remember that a dynamic array is encoded as binary, so you should just try to use BinToBase64WithMagic(DynArraySave( )) for TSQLRest.UpdateField.
Offline
Pages: 1