curs.fetchall() not working
I'm doing a curs.execute(<my query>)
and then calling cursor.fetchall()
And I'm getting this traceback:
Traceback (most recent call last):
File "synch.py", line 119, in <module>
main()
File "synch.py", line 115, in main
run_synch()
File "synch.py", line 74, in run_synch
result_rows = source_
File "/usr/lib/
row = self.fetchone()
File "/usr/lib/
if not self._rs.next():
TypeError: 'NoneType' object is not callable
Let me know what other information might be useful.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- JayDeBeApi Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask firefoxtester for more information if necessary.