March 2003
Intermediate to advanced
656 pages
39h 30m
English
execute
c.execute(statement,parameters=None)Executes a SQL statement on the database
with the given parameters.
parameters is a sequence when the
module’s paramstyle is
'format', 'numeric', or
'qmark', and a dictionary when
'named' or 'pyformat‘.