I'm trying to build a vi that can send and receive data to a mySQL database (basically just timestamps and values). I have been able to do this using Microsoft's ODBC driver and the LabVIEW 8.2 DB Tools vi's, but the querying and writing seems to be slower than I would expect. Multiple people online seem to say that this is because of various ActiveX objects that are opened by the OBDC driver. I found a MyOLEDB driver on sourceforge, which installed two files on my machine:
libmysql.dll
MyProv.dll
Has anyone had success using these libraries (presumably using the Call Library Function Node) to connect to a database? Is there an example somewhere? Should this be faster? I can't seem to find suitable documentation on the code in these libraries.
Thanks
Jesse Wodin