DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-pyodbc-dbg
BeschreibungPython module for ODBC database access - Debugging symbols
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version2.1.7-1
Sektiondebug
Prioritätextra
Installierte Größe900 Byte
Hängt ab vonpython-pyodbc (= 2.1.7-1), python-dbg, libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1
Empfohlene Pakete
PaketbetreuerDeepak Tripathi
Quellepyodbc
Paketgröße349482 Byte
Prüfsumme MD5c1a1f2daeeee39fa87b937cd8fe736d9
Prüfsumme SHA101357e602fdd93d91e4feb221187332f7132c1e7
Prüfsumme SHA256dfa4a1b7ff681af5abe9bfc68c5f5e3c9f944ee2cdaa95be89f735662a4a7227
Link zum Herunterladenpython-pyodbc-dbg_2.1.7-1_i386.deb
Ausführliche BeschreibungA Python DB API 2 module for ODBC. No 3rd party libraries are required. Only native Python datatypes are used, such as decimal and datetime. It implements the Python Database API Specification v2.0. For example: import pyodbc Next, create a connection by passing an ODBC connection string to the connect method. This step causes ODBC to load the database driver (the SQL Server driver in this example) and connect to the database. cnxn = pyodbc.connect('DSN=northwind') . This package contains debugging symbols.


Impressum
Linux is a registered trademark of Linus Torvalds