Hellow,
I have cluster of same data. This cluster/data I want save to Database. For this I use INSERT or UPDATE. Table column for this cluster is Binary type.
Problem:
I SELECT this cluster/data from DB, but is it OLE Variant type. In Variant Indicator I can see:
OLE Variant
Variant Type -> VT_ARRAY|VT_UI1
Value -> Array(Non Displayable)
How can I convert OLE Variant data (array of U8) back to cluster of my type? When I use 'Variant to Data' with my original cluster LabVIEW return Error -2147352571 ;-(
THX
JCC
P.S.: I can not use cluster -> XML because in this cluster will be LabVIEW types and binary data [Images, etc.]