Marco Maria Vilucchi Active Member Licensed User Longtime User Mar 31, 2017 #1 Hi i'm reading a Myslq DB from B4i using json, but i have an errore reading a blob field (a picture) Error parsing string: Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)" (No value.) UserInfo=0x16d52b00 {NSDebugDescription=No value.} If I read other fields or other tables all works. How can I do? Tks Marco
Hi i'm reading a Myslq DB from B4i using json, but i have an errore reading a blob field (a picture) Error parsing string: Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)" (No value.) UserInfo=0x16d52b00 {NSDebugDescription=No value.} If I read other fields or other tables all works. How can I do? Tks Marco
Erel B4X founder Staff member Licensed User Longtime User Apr 2, 2017 #2 Why aren't you using RDC? Check the JSON string. It is probably invalid. Upvote 0