![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Unpacking of query result
From: Fredrik Lundh <fredrik@pythonware.com>
Date: Sun Apr 30 2006 - 11:00:41 CEST
"DarkBlue" <nomail@nixmail.com> wrote:
> Following part of an database query works fine :
reading the DB-API documentation might help:
http://www.python.org/dev/peps/pep-0249/
/.../
Cursor Objects should respond to the following methods and
.description
This read-only attribute is a sequence of 7-item
This attribute will be None for operations that
The type_code can be interpreted by comparing it to the
/.../
</F>
|