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

### Issue Description and Expected Result Materialized Views in PostgreSQL show in the connections pane, but columns aren't displayed in the connections pane and no columns are returned by `odbcListColumns`....

bug
postgres

### Issue Description and Expected Result `dbGetQuery()` gets "Error in result_fetch(res@ptr, n, ...) : Incomplete multibyte sequence" when accessing a MS Access database with GBK/CP936 (Chinese) encoding. > It looks...

bug
msaccess
encoding 🔤

### Issue Description `dbWriteTable()` returns error when attempting to write out data using Impala backend. An interesting error occurs as it appears the parameter placeholder, ?, is not recognized. Ideally...

bug
impala

**Steps to reproduce:** * Connect to some postgre database in windows using connection string with driver `PostgreSQL Unicode(x64)`. Optionally, specify the encoding to be UTF-8 in the `dbConnect` argument. Example:...

bug
postgres
encoding 🔤

When I create a temporary table on Hive, the table name is called `values__tmp__table__1`. I would expect the table to be called `mtcars`. ```dbWriteTable(con, "mtcars", mtcars, temporary = TRUE)``` ![image](https://user-images.githubusercontent.com/7519295/49345165-00bc7480-f64f-11e8-8073-cc5681f04c5d.png)

bug
hive

Hive uses C-style escape for string literals, so the result of this pseudo reprex should be `'it\'s ok'`. (Sorry for not providing the actual reprex...) ```r # `con` is a...

feature
hive
good first issue :heart:

It was reported by a user that appending a semi-colon to the end of the `ON COMMIT PRESERVE ROWS` line fixes an issue he has been getting: https://github.com/tidyverse/dplyr/issues/3531. Specifically, the...

feature
teradata
good first issue :heart:

### Issue Description and Expected Result Teradata says: The data types in the in connection pane need to be improved. Varchar should be Varchar(6). Timestamp should be Timestamp TZ. ###...

feature
teradata

### Issue Description and Expected Result Previewing tables via the connections pane in R Studio Server leads to an "R session error": Within the connections pane... ...pressing the icon on...

bug
connection-pane :window:

### dbColumnInfo function does not provide the datatype name of the column ### PostgreSQL 9.3 ### Using JDBC drivers On calling dbColumnInfo using JDBC drivers, the following column are returned...

feature
postgres