odbc icon indicating copy to clipboard operation
odbc copied to clipboard

Connect to ODBC databases (using the DBI interface)

Results 155 odbc issues
Sort by recently updated
recently updated
newest added

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...

mssql
magnitude

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.

feature

### `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

bug
drill

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...

feature

### 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...

snowflake

### 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...

feature

### 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...

feature

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...

bug
feature
postgres

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...

feature

### 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. ```...

feature