LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

SQL usage

Hi,

My SQL toolkit version is 2.05,and CVI version is 6.0 . Someone told me that the SQL toolkit can not support to create a database ,but just support to access a database. I'd like to know is that true ? Thanks.

David Lee
0 Kudos
Message 1 of 2
(3,069 Views)
David,

The criteria for the SQL toolkit to work with a database is that there be a DSN configured in the windows ODBC administrator (control panel>>administrative tools>> Data Sources) or a UDL (right click and create a new UDL) which is set up to talk to the database. This means the database must exist before you can communicate to it.

A good test is to use the UDL and to click the test connection button. If that works it you should be able to use it in CVI.

Regards
Amaury Rolin,
Applications Engineering
0 Kudos
Message 2 of 2
(3,069 Views)