10-15-2014 05:03 AM
Hi Everyone,
I'm doing a database application for our shipping department.
It's a simple product location tracker, I want the deployment to function so that no manual intervention is required.
Is there a way that I can include the ODBC DSN in my labVIEW program deployment?
10-15-2014 06:50 AM
Well you could use the ODBC connection string. A DSN basically is simply a name to a registry location that contains the various settings needed to connect to the database. You can skip the entire DSN and directly pass the full ODBC connection string to the SQL Open function.