Command CREATE CONNECTION Professional
Create a connection and connect to a data source
CREATE CONNECTION
INTO <oSession>
DATASOURCE <dsn>
[DATABASE <db>]
[USERID <user>]
[PASSWORD <pwd>]
[DIALOG
[PARENT <parent>]]
or
CREATE CONNECTION
INTO <oSession>
CONNSTRING <cons>
[DIALOG
[PARENT <parent>]]
The command CREATE CONNECTION creates a connection to the specified ODBC data source, either by supplied a DSN and optional additional information or by specifying a valid connection string.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.