Also, when I try to call a stored procedure, I get this:
db.executesql("call my_proc('junk')")
Traceback (most recent call last):
File "/ita/installs/bliss/web2py/gluon/main.py", line 334, in
wsgibase
SQLDB.close_all_instances(SQLDB.commit)
File "/ita/installs/bliss/web2py/gluon/sql.py", line 522, in
close_all_instances
action(instance)
File "/ita/installs/bliss/web2py/gluon/sql.py", line 907, in commit
self._connection.commit()
ProgrammingError: (2014, "Commands out of sync; you can't run this
command now")
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---