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.
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.