-
Hello @isapego:
I want to ask you some question about odbc-test of ignite . 1. There are errors when I make odbc-examples such as libignite.so not found. wish your reply ~
-
Please first make sure you have looked at:
* Documentation: https://github.com/mkleehammer/pyodbc/wiki - I read a lot of infor about pyodbc, unixODBC, odbcinst
* Other issues
### Environment
…
-
```
What steps will reproduce the problem?
1. import pyodbc;
2. conn=pyodbc.connect("Driver={Microsoft Access Driver (*.mdb, *.accdb)};
Dbq=test_db.mdb;")
3. Error output:
Error: ('HY000', "[HY000…
-
```
What steps will reproduce the problem?
1. import pyodbc;
2. conn=pyodbc.connect("Driver={Microsoft Access Driver (*.mdb, *.accdb)};
Dbq=test_db.mdb;")
3. Error output:
Error: ('HY000', "[HY000…
-
```
What steps will reproduce the problem?
1. import pyodbc;
2. conn=pyodbc.connect("Driver={Microsoft Access Driver (*.mdb, *.accdb)};
Dbq=test_db.mdb;")
3. Error output:
Error: ('HY000', "[HY000…
-
### Bug Description
When i get decimal column value from postgres by Any driver, the library panic :
Any driver does not support the Postgres type PgTypeInfo(Numeric)
the samilar error for the time…
-
Currently, the implementation for SQL server does not allow for unicode support when writing tables, quoting literals, or using parameters.
This leads to tables being created without unicode suppor…
-
I am trying to connect to an Informix DB. I managed to get everything working to the point where isql is working correctly. I am running on CentOS 7 using unixODBC 2.3.1. This is my current odbc.ini s…
-
```
What steps will reproduce the problem?
Using an MS Access 2000 database with a text column with a value longer than
1024 characters, the program will crash with the error message described below…
-
```
What steps will reproduce the problem?
Using an MS Access 2000 database with a text column with a value longer than
1024 characters, the program will crash with the error message described below…