LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I configure an Access DB to the ODBC, from the distribution kit of CVI?

I want to be able to distrubute my application and have the distribution kit configure the ODBC to recognize the DSN and SQL driver for my application.
0 Kudos
Message 1 of 2
(3,022 Views)
Hi,

The distribution kit does not have the functionality to perform the configuration you want. What you can do is create another executable that your distribution kit calls once it is finished installing. Before you do this, there are some things you may want to consider. Do you plan on shipping the database with your application, or is this database going to be available to multiple clients through some network? If the former, then you can actually just have a file DSN included with the distribution and have it pointing to your local database. If the latter, just point it to the networked databse. Hope this helps!

Jeremy L.
National Instruments
Jeremy L.
National Instruments
0 Kudos
Message 2 of 2
(3,022 Views)