03-25-2014 07:26 AM
I want to read/write data from/to a MongoDB. Are there any interface with LabView exist?
The only way that i have found is with the C# driver, but that is not stable & fast.
Also a free ODBC driver for MongoDB with all function i have not found.
03-27-2014 08:27 AM
Hello,
I can say that NoSQL is not supported nativly in LabVIEW.
It is possible to communicate with NoSQL but you have to implement all the communication by yourself.
You can write a DLL in C/C#. Then you can call this DLL in LabVIEW.
here are some more information about ActiveX
http://www.ni.com/white-paper/2983/en/
best regards
Richard
11-14-2017 06:26 AM
I know this thread is 3 years old now, but just want to cross-link the other thread which is more informative.