To configure:
  - If you use iodbc, run './iodbc_setup.sh' 
  - If you use unixodbc, run './unixodbc_setup.sh' 

Steps after running setup scripts:

- Specify driver manager library in simba.snowflake.ini under lib/ directory and make sure the library is in the LD_LIBRARY_PATH. Alternative is to specify full path to the library.
  # for iodbc
  ODBCInstLib=libiodbcinst.so.2
  # for unixodbc
  ODBCInstLib=libodbcinst.so 

- Specify the connection information in /etc/odbc.ini
  1. Change the SF_ACCOUNT to your account name
  2. Specify username and password by doing this
     UID=<Your username>
     PWD=<Your password>
