connection = odbc(connectionString)
Creates an ODBC connection
Parameters
connectionString : string
An ODBC connection string.
For backwards-compatibility, this parameter can be of the form
DSN[/username[/password]] (e.g. "myDSN/myUserName/myPassword").
Alternatively, a full ODBC connection string can be used (e.g.,
"Driver={SQL Server};Server=(local);Database=myDatabase").