![]() |
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: DarkBlue <nomail@nixmail.com>
Date: Sun Apr 30 2006 - 10:30:00 CEST
Hello
Following part of an database query works fine :
self.cur=con1.cursor
but how to do this:
self.cur.execute(sql_select_text_put_in_at_runtime)
Will it be necessary to parse the sql string and find any possible
Thanks
|