pyodbc icon indicating copy to clipboard operation
pyodbc copied to clipboard

Python ODBC bridge

Results 131 pyodbc issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I tried connecting using: for i, table in enumerate(db_name): mssql_metadata.append(pd.read_sql_query("SELECT * FROM " + table, cnxn)) mssql_metadata[i].to_csv(path + table + ".csv") but it shows this error: --------------------------------------------------------------------------- ProgrammingError Traceback...

Investigating

### Environment - Python: 3.8.10 - pyodbc: 4.0.32 and 4.0.33b6 - OS: Ubuntu 20.04 LTS on WSL2 of Windows 10 Enterprise - DB: Microsoft SQL Server 2016 SP2 - driver:...

### 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.2 (64 bit) -...

Investigating

I made this Docker image for pyodbc: https://hub.docker.com/r/lbosqmsft/mssql-python-pyodbc/ Let me know if there's any feedback! Here's the Dockerfile and other resources: https://github.com/Microsoft/mssql-docker/tree/master/oss-drivers/pyodbc

Help / Question

### 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.7.6 - pyodbc: 4.0.32...

Is the M1 version got released ? I'm getting below error on my M1 . creating build/lib.macosx-10.9-universal2-3.9 g++ -bundle -undefined dynamic_lookup -arch arm64 -arch x86_64 -g -L/opt/homebrew/opt/[email protected]/lib -I/opt/homebrew/opt/[email protected]/include build/temp.macosx-10.9-universal2-3.9/src/buffer.o build/temp.macosx-10.9-universal2-3.9/src/cnxninfo.o...

### 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.7.6 - pyodbc: 4.0.28...

Please first make sure you have looked at: * Documentation: https://github.com/mkleehammer/pyodbc/wiki * Other issues ### Environment To diagnose, we usually need to know the following, including version numbers. On Windows,...

**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.5.2 pyodbc: 4.0.28 OS: Ubuntu 18.04...

Please first make sure you have looked at: * Documentation: https://github.com/mkleehammer/pyodbc/wiki * Other issues ### Environment To diagnose, we usually need to know the following, including version numbers. On Windows,...