-
```
What steps will reproduce the problem?
1. import multiprocessing
2. import pyodbc
3. conn = pyodbc.connect()
4. print type(conn)
What is the expected output? What do you see instead?
Expected: py…
-
```
What steps will reproduce the problem?
1. import multiprocessing
2. import pyodbc
3. conn = pyodbc.connect()
4. print type(conn)
What is the expected output? What do you see instead?
Expected: py…
-
```
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")…
-
```
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 …
-
```
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 …
-
```
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. Installed: python, python-dev, python3, python3-dev, g++, gcc, unixODBC,
unixODBC-dev
2. Follow the steps in https://code.google.com/p/pyodbc/wiki/Build…