Martin v. Löwis wrote: > (it is then flawed also in that you don't typically > have placeholders for the result fields and table name - not sure > whether you even can in DB-API).
It probably depends on the underlying DB, but most DB interfaces I know of don't allow such a thing. My biggest gripe about the DB-API is that you have to use one of about five different ways of marking parameters *depending on the DB*. Which kind of defeats the purpose of having a DB-independent API in the first place... -- Greg _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
