J
jmls
Guest
I think that you are missing the point
I am constructing a json object, manually using the progress,json classes I am not using a temp-table, so write-json is not applicable. however, perhaps I just need to getRowid() on the inbound json object . that may work On 19 July 2014 10:32, Richard.Kelters wrote: RE: json and rowids Reply by Richard.Kelters I may be missing the point but you should not convert is yourself but leave it to OpenEdge. Like this: def temp-table tt no-undo field rw as rowid. create tt. tt.rw = rowid(tt). temp-table tt:handle:write-json("file","c:\temp\tt.json"). /* strange tt is not available anymore */ for each tt: delete tt. end. temp-table tt:handle:read-json("file","c:\temp\tt.json"). find first tt. message rowid(tt) eq tt.rw view-as alert-box. Stop receiving emails on this subject. Flag this post as spam/abuse. -- Julian Lyndon-Smith IT Director, dot.r http://www.dotr.com
Continue reading...
Continue reading...