-
We used clickhouse db on our server and use data from there in power bi, but we are not able to refresh it everytime, it refreshes around 50%of the time successfully.
To connect to this data we use g…
-
Hi there,
I need to create ODBC entries with Oracle driver.
I can't find any resources to do that right now.
Do you think it's something too special or that it could fall within the scope of this…
-
The README says
> Ocesql is currently supports PostgreSQL only
What do you think about adding support for unixODBC, allowing Ocesql to be used with a wide set of DBs?
-
```
I use PostgreSQL ODBC driver to connect to H2 database, call SQLNumResultCols.
First, I create a table like this:
CREATE TABLE t ( f VARCHAR(20) NOT NULL )
And then, as the 1st case, I do:
SELEC…
-
```
I use PostgreSQL ODBC driver to connect to H2 database, call SQLNumResultCols.
First, I create a table like this:
CREATE TABLE t ( f VARCHAR(20) NOT NULL )
And then, as the 1st case, I do:
SELEC…
-
### Environment
To diagnose, we usually need to know the following, including version numbers. On Windows, be
sure to specify 32-bit Python or 64-bit:
- Python: 3.9.7
- pyodbc: 4.0.34
- OS: …
-
On Win 10, it seems that the ODBC driver outputs strings in the local system locale, while ODBC.jl erroneously assumes they are coming as UTF-8.
Tested on Win10 with ODBC driver 18. MSSQL from `…
-
We use the data warehouse [Snowflake](https://www.snowflake.com/). To access it from PHP requires either general ODBC support or their own [pdo_snowflake](https://github.com/snowflakedb/pdo_snowflake)…
-
## Driver version
2.0.0.7
## Redshift version
## Client Operating System
Windows Server 2022 Datacenter
## Table schema
## Problem description
2>C:\Users\Administrator\amazon-…
-
### Description
The following code:
```php