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...
Continue reading...