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
BeschreibungPython module for ODBC database access
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version2.1.7-1
Sektionpython
Prioritätoptional
Installierte Größe248 Byte
Hängt ab vonpython (<< 2.7), python (>= 2.5), python-support (>= 0.90.0), libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1
Empfohlene Pakete
PaketbetreuerDeepak Tripathi
Quellepyodbc
Paketgröße82080 Byte
Prüfsumme MD54561112d27bb6c407c8531104eef5a4b
Prüfsumme SHA188a893b8c7a46807acbc6841f145e142caca1901
Prüfsumme SHA256cba20980913a40661c96d5effa8ae114516d57ff65db70b2866aec986f284770
Link zum Herunterladenpython-pyodbc_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')


Impressum
Linux is a registered trademark of Linus Torvalds