odbc
odbc copied to clipboard
Connect to ODBC databases (using the DBI interface)
I am having problems with parameterized queries and temp tables on SQL Server. I am using the RStudio Professional Driver for SQL Server. When I use unquoted inputs (e.g. 2...
Is there some method you can run against a driver that would error if the path is incorrect? This would be useful for debugging driver install.
### `dbGetQuery()` returns [30038]Query execution error ### Database Database: DRILL, Drill Version: 01.16.0000 ### Reproducible Example [apache drill odbc](http://drill.apache.org/docs/configuring-odbc-on-linux/) Example: 1. connect ```R odbc_url
instead of relying on `SQLDescribeParams()`. This feels like the more robust way -- to adapt parameter types to what the client sends rather than to what the server thinks it...
### Issue Description and Expected Result Data gets truncated when special character example "ü" found while using Snowflake ODBC drivers with RStudio/R Terminal on Ubuntu 18.4/Centos 7.6/MacOS. When accessing data...
### Issue Description and Expected Result We are trying to install `odbc` on a ppc64le/debian docker-container running on an IBM PowerPC 8. While installing via `install.packages("odbc")` we get this error...
### Issue Description and Expected Result dbConnect(..., PWD = ";fsdafasd;fasd")` is not escaping some character in password and it throwing the error: ``` Error: nanodbc/nanodbc.cpp:950: HY000: [unixODBC][RStudio][ODBC] (10360) Invalid connection...
I found that `odbc` package creates `timestamp` columns `without time zone`, even if the time zone is present in R. This can shift time when reading and writing in different...
It would be great to be able to interrupt a query that takes a long time to run and return records. For this it seems we need to look into...
### Issue Description and Expected Result I would expect `DBI::dbListObject()` and `odbc::odbcListObjects()` to produce the same result. Or, at least, that `DBI::dbListObject()` would return schemas as well as tables. ```...