Be sure you have the latest driver installed from the snowflake website
In ODBC Administrator, Go to the `User DSN` tab and press the `Add` button.
Select the SnowflakeDSIIDriver
Fill in at least these fields:
Data source (this is the key you define to identify your connection, this is the DSN name you need when creating the connection in the management console)
User
Password
Server
Schema
Warehouse
Click the test button to confirm that your connection data is correct
Click the OK Button to save the changes
Make sure to set NoExecuteInSQLPrepare to true in ODBC configuration. (link)
Now it is time to create a connection in the management console.
Make sure to set NoExecuteInSQLPrepare=true
in ODBC configuration. (link)
This should be set in your windows registry.