nanodbc Questions
12
I continue to read the DBI/ODBC is faster than RODBC, so I tried as follows:
require(DBI);require(odbc)
con <- DBI::dbConnect(odbc::odbc(), dsn = 'SQLSERVER1', database = 'AcumaticaDB')
I can...
Disorientate asked 9/7, 2017 at 21:23
1
Solved
Is there a way to programmatically discover the named arguments for ODBC connections?
For instance, using the "ODBC Driver 17 for SQL Server", the ODBC Data Source Administrator (in Windows) allow...
1
© 2022 - 2025 — McMap. All rights reserved.