Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Ejecución de Query:
- result = db.executeProcedure('get_all_test', None)
- if result:
- rows = db.getLastExecutionResult()
- #accedemos por nombre de campo:
- for row in rows:
- print "URL: %s with counter ref: %s" % (row['url'],row['origin'])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement