When you select ODBC query as the import type, data is imported from an external database such as an *.mdb file.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy8xMTAwLzIyNTAvY2tmaW5kZXIvaW1hZ2VzL2ltYWdlKDE5KS5wbmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzIwNjc2NjB9fX1dfQ__&Signature=bDvsOxY-cVZHIgI7gO2HuX6jj7A1IUBTjKb4TQy~1TBHrof6w0Tu1naLQSI1gfZthsjSMfAG1tREJTANZp6l7cPtjratvWL4Zftceu467ZPJvwucZ75lFWzAxM2ykioqj0Q159FKgJsvhSwq96OdNql4G2WCH3r41mvXHpJ2mrU-BCD0XUy79d67LOOzmhjPybG0Ac2YNYbZUQ7Xc2ievxVTmI11Se6gVozYwJCgwT-gy1V5f~U-9D3wU87vV6VTbHgMbEdJJUG11KwI~CLPS4gbdnGbnR~bOsr1vyBOoTq~wJKHuSagtQWDfQAwkOgZtiHibwKIJFL~P5WP1FdyOw__&Key-Pair-Id=K2TK3EG287XSFC)
Set the options as follows:
Database DSN: you can enter a DSN, or an ADO string. Using an ADO string allows you to deploy your survey on CATI, CAPI Windows or web server without creating a DSN on each machine. Here is a typical SQL ADO connection string you can use in your questionnaire:
Provider=sqloledb; Data Source=[Your SQL Server]; Initial Catalog=[SQL Database you want to use];Trusted_Connection=no;User Id=[SQL Login];Password=[SQL Login Password]
For example:
Provider=Microsoft.Jet.OLEDB.4.0;data source=C:QesMyDatabase.mdb;
If you are using a Microsoft Access database, you can set an ADO string as follows:
Provider= Microsoft.Jet.OLEDB.4.0;Data Source=c:Database1.mdb
If your Access database is protected by a password, then, you need to provide the password in the connection string, for example:
Provider= Microsoft.Jet.OLEDB.4.0;Data Source=c:Database1.mdb;Jet OLEDB:Database Password=askia;
Closed question using: select the appropriate value. See options for "closed question using" imports for details.
Make the question invisible when imported: select this if you want the ability to ask the question even when it has not been specified in the received link.