Skip to content

Commit 60debcd

Browse files
committed
Fix docs - connection to ibmdb via connection string
1 parent 82da587 commit 60debcd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/DatabaseLibrary/connection_manager.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,9 @@ def connect_to_database(
205205
- _oracle_driver_mode_ - _thin_ is used as fallback for _oracledb_
206206
207207
Other custom params from keyword arguments and config file are passed to the Python DB module as provided -
208-
normally as arguments for the _connect()_ function. However, when using *pyodbc*, the connection is established
209-
using a connection string - so all the custom params are added into it instead of function arguments.
208+
normally as arguments for the _connect()_ function.
209+
However, when using *pyodbc* or *ibm_db*, the connection is established using a *connection string* -
210+
so all the custom params are added into it instead of function arguments.
210211
211212
Set ``alias`` for `Handling multiple database connections`.
212213
If the same alias is given twice, then previous connection will be overridden.

0 commit comments

Comments
 (0)