Create database connection options
creates an opts
= databaseConnectionOptions(drivertype
,vendor
)SQLConnectionOptions
object opts
using the
specified driver type and database vendor. The SQLConnectionOptions
object
contains the database connection options.
enables you to edit an existing data source using its name.opts
= databaseConnectionOptions(datasource
)
You can open the JDBC Data Source Configuration, MySQL Data Source Configuration, or PostgreSQL Data Source Configuration dialog boxes using the Database Explorer app. In the Data Source section of the Database Explorer tab, select one of these accordingly:
Configure Data Source > Configure JDBC data source
Configure Data Source > Configure native data source > MySQL
Configure Data Source > Configure native data source > PostgreSQL