Problem found using LabVIEW for MAC OS X::
Comparing the behavior of an "empty path" of:
LabVIEW 2012 and LabVIEW 2013 - 32-bit
vs
LabVIEW 2014 - 64-bit
LabVIEW 2014 - 64-bit empty path is not really empty... it has the value of "/"
By consequence, connection.lvclass:Open (string).vi will never execute the empty case to get the default OSX
installation of SQLite dylib
My suggestion is to change the case condition to : "", "/"
Easy to work around, but would be nice to have this fix as part of the package. Also, I can help with some future validation on OS X platform as I spend most of my time working with LabVIEW for MAC OS X
-Sergio