I hope this post is roughly in the right place.
I am using LabVIEW to interact with an SQL database and please forgive me for not using ANY of the correct terms...here goes.
I share a snippet of code between developers using GIT source code control. I have a nuisance file that LabVIEW wants to recompile when shared between computers. It seems to occur when a call is made to an ADODB.recordset object. Both computers run Windows 7 64-bit and the LabVIEW2015. ADODB seems to be 7.0.3300.0 in the windows/assembly folder for both computers. ODBC 32-bit file dsn is what is used (to connect/authenticate?). What other drivers/software could possibly be being used to access an SQL database. Is .NET involved perhaps?
The question basically is how to determine what driver/software is different between the computers. I don't have a deep understanding of how all the pieces fit together between the operating system, drivers, databases and LabVIEW...I just know that I wobble my way through until it works.I'm not expecting anyone to answer from the LabVIEW side of things, but at least I'm hoping for guidance to know where to look.