sqlquery doesn't work with RODBC
Open
- Dominant language
- JavaScript
- Stars
- 29
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Bonjour ;)
DreamRs/sqlquery could be helpful but it doesn't work with RODBC.
```
library(RODBC)
library(RODBCext)
connexion_bdd_odbc_txt<- 'driver={ODBC Driver 17 for SQL Server}; server=xxxx,yyyy;database=ma_base_de_donnee;uid=uuuu;pwd=pppp;')
connexion_bdd<-odbcDriverConnect(connexion_bdd_odbc_txt)
library(sqlquery)
sql_query(conn = connexion_bdd)
```
```
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘dbListTables’ for signature ‘"RODBC"’
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.