Forum Post: json and rowids

  • Thread starter Thread starter jmls
  • Start date Start date
Status
Not open for further replies.
J

jmls

Guest
leaving aside the evils of rowids .... given that I have a jsonObject, and that I add a property thus: myJson:add("rowid",rowid(table)). I get in the json file { rowid: "AAAAAAAAgQE=" , ..[snip] .. } from the data type mapping, I am surmising that this is a base-64 encoded string. so, my question is - how to convert this back to a rowid value ? base64-decode gives me a memptr with a binary value

Continue reading...
 
Status
Not open for further replies.
Back
Top