dbGetConnectOptions#
Purpose#
Returns the connection options string used for a database connection.
Format#
- options = dbGetConnectOptions(db_id)#
- Parameters:
db_id (scalar) – database connection index number.
- Returns:
options (string) – Contains the connection options for the specified database connection.
Remarks#
If you have not set any connection options with dbSetConnectOptions()
,
then this function will return an empty string. For a full list of
options see dbSetConnectOptions()
.
See also