Word description Connects to the database identified by the ODBC data source name (DSN). The environment handle is usually obtained by a call to odbc-init. The result is the ODBC connection handle which can be used in other ODBC calls. When finished with the connection handle odbc-disconnect must be called on it.
Examples
dbc get "DSN=snowflake; UID=sheeple; PWD=sekrit" odbc-connect