-
```
1. On Linux, build pyodbc in local copy of pyodbc source code repository.
2. Run tests:
$ python3.2 tests3/sqlservertests.py DSN=SQLSERVER_2012_EXPRESS_64_BIT
Results are:
====================…
-
```
What steps will reproduce the problem?
1. missing dll when loading pyodbc
2. dependency walker (depends) indicates missing msvcr90.dll
3. pyodbc called from python script via pyisapie (wsgi-isapi …
-
```
What steps will reproduce the problem?
1. missing dll when loading pyodbc
2. dependency walker (depends) indicates missing msvcr90.dll
3. pyodbc called from python script via pyisapie (wsgi-isapi …
-
```
What steps will reproduce the problem?
1. pyodbc.connect(dsn) (where dsn is a string that still works in iodbctest)
2. analyze the OSX crash dump
3. look at the odbc Trace log
What is the expecte…
-
```
I am getting a funny error for Pyodbc I used the code below and the Error I
received running the code is below. I have also attached the configuration
files.
This is the code that I have ent…
-
```
I am getting a funny error for Pyodbc I used the code below and the Error I
received running the code is below. I have also attached the configuration
files.
This is the code that I have ent…
-
```
I am getting a funny error for Pyodbc I used the code below and the Error I
received running the code is below. I have also attached the configuration
files.
This is the code that I have ent…
-
```
I am getting a funny error for Pyodbc I used the code below and the Error I
received running the code is below. I have also attached the configuration
files.
This is the code that I have ent…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…