LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Entity Framework DLL used in LabVIEW

We currently have a library to interface with our database written in .netframework using Entity Framework. Is it possible to use this library in LabVIEW to access the database? If so are there some types of configurations we have to do to get it all to work together? Thank you.

0 Kudos
Message 1 of 2
(1,393 Views)

Well the Entity Framework seems to be simply YADA (Yet Another Database API) that tries to unify different databases behind one single API. And as it is using .Net you will probably need to use the LabVIEW .Net functionality to access it. It would seem doable to create a LabVIEW VI library that accesses this API through the use of the .Net property and method nodes, but this library doesn't yet exist and the Entity Framework also doesn't plug into the DAO/ADO interface that the LabVIEW Database Toolkit is accessing, so no joy there.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 2
(1,342 Views)