[Tutor] Understanding DBAPI cursor.execute (original) (raw)
Lloyd Kvam pythonTutor at venix.com
Sat Jul 31 22:56:31 CEST 2004
- Previous message: [Tutor] Understanding DBAPI cursor.execute
- Next message: [Tutor] Re: Q
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://python.org/topics/database/
This is a good starting point for Python DB-SIG info. The API version 2 explains the rules for all of the modules and how to determine how they implement the parms processing. I tend to agree that common parm passing rules would be better, but I don't know enough about the issues to know why alternatives were allowed.
On Sat, 2004-07-31 at 16:33, John Fabiani wrote: > thanks I think I understand the quoting issue. But you suggested that I > should follow "MySQLdb requirements in formating the parameters.". Where do > I find such information and this implies that not all DBAPI modules are NOT > the same. I thought the purpose of the DBAPI was to create a standard > interface??? I'm guessing it failed or the params issue was not addressed. >> Thanks for your help. > John > _________________________ > Tutor maillist - Tutor at python.org > http://mail.python.org/mailman/listinfo/tutor
Lloyd Kvam Venix Corp. 1 Court Street, Suite 378 Lebanon, NH 03766-1358
voice: 603-653-8139 fax: 801-459-9582
- Previous message: [Tutor] Understanding DBAPI cursor.execute
- Next message: [Tutor] Re: Q
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]