Nested Looping SQL Querys
Bruno Desthuilliers
onurb at xiludom.gro
Wed Sep 20 11:55:12 EDT 2006
Fuzzydave wrote:
(snip)
"""
pubID=cgiForm.getvalue('pubID')
pubName=cgiForm.getvalue('pubName','Unknown Publication')
sqlcheck1 = "SELECT pub_type FROM medusa.cmi_publication WHERE pub_id =
'"+pubID+"'"
overseas1 = conn.query(sqlcheck1)
pubType = cmi.fetch_rows(overseas1)
"""
May we have the url where we can see this application in action ? I know
some crackers that would be really pleased to mess with your production
database...
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"
More information about the Python-list
mailing list