-
Notifications
You must be signed in to change notification settings - Fork 13
Open
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"’
Metadata
Metadata
Assignees
Labels
No labels