You are not logged in.
I'm trying to get data from multiple tables RestModel.RetrieveDocVariantArray. The result of the query, some fields do not contain any of the values on which it would be possible to determine their type. So
ValueVarToVariant
raise ESQLTableException because
fFieldType[f].ContentType = sftUnknown
Is it right?
Can we fix it?
Offline
ValueVarToVariant() would now set a varEmpty (Unassigned) value for sftUnknown.
Online
Incredibly fast. Thanks.
Offline