LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DSN as part of deployment

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?

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

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.

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