LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Any idea to make something similar as Ms Structured Storage in Labview?

I read about Ms COM based Structured storage. Are there any idea to make something similar in Labview, or call some external component to make that functions?
0 Kudos
Message 1 of 4
(2,780 Views)
What exactly does the MS COM based structured storage do? Is it something that perhaps a cluster could handle?
0 Kudos
Message 2 of 4
(2,780 Views)
In case anyone is curious, info from MSDN on it can be found here. I'm not sure how it would apply to LabVIEW though.
0 Kudos
Message 3 of 4
(2,780 Views)
COM is from Component Object Model and the structured storage(SS) is based on it. Shortly SS is a file system within a file with two kind of objects: storage=>directory and stream=>file and COM defines how to treat that objects in a single file system. Some of the features are: simultaneous access to objects (or part of) from multiple applications, direct or transacted access and so on. In direct access the changes are made immediately, in transacted they are buffered and committed or reverted. There are some functions in OLE32.dll but the question is how to implement the full functionality of SS and call it from LV, may be in another dll...
0 Kudos
Message 4 of 4
(2,780 Views)