Skip to content

Commit 0ccb1d9

Browse files
committed
Kerberos tutorial: refer to inbodb package
1 parent 8e05cc0 commit 0ccb1d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • content/installation/user/user_install_kerberos

content/installation/user/user_install_kerberos/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ connection <- dbConnect(
212212
dbListTables(connection)
213213
```
214214

215+
However, most recommended for INBO staff using R is the use of the [inbodb](https://inbo.github.io/inbodb/) package, most notably the [`connect_inbo_dbase()`](https://inbo.github.io/inbodb/reference/connect_inbo_dbase.html) function.
216+
215217
```python
216218
import pyodbc
217219
conn = pyodbc.connect("Driver={ODBC Driver 17 for SQL Server};Server=DBServername;Database=DBName;Trusted_Connection=yes;")

0 commit comments

Comments
 (0)