Hi there,
I have the following code:
result = CAPI.Exec( dbConnect.fConnection, 'select ID,Name from KUAF')
result2 = Web.FromJSON( Web.ToJSON( result ))
Obviously result is RecArray, however, result2 is list of Assoc!
Is it a bug? If not, what's the best way to cast list of array to RecArray?