Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env python
- # -*- coding: iso-8859-15 -*-
- from database import *
- db = DATABASE()
- result = db.executeProcedure('test_add_item',[ 'marramiau_ssx', 'z' ])
- if result:
- print db.getLastExecutionResult()
- else:
- print db.getLastError()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement