Hi Paul and Ed,

Something I have never understood is the why and how the next() works in Dabo.

First, why didn't you change the name to something that did not conflict with the Iteration next() (something like nnext()). Every time I have trouble with using next with my cursors I run into:

StopIteration:

This is not a Traceback but an exception for some iteration somewhere - who knows where. But I can't trace it because I can't determine where it's coming from - there is no Try:/Except anywhere associated with cursor.next(). I have been lucky that I always used some work around.


The current problem is the dabo2 branch is not working with cursor.next(). When the code get to
next(self._CurrentCursor)

I get the exception "StopIteration:" and I can't go forward with any debugging (at least nothing I know about).

So will one of you please explain how it's suppose to work? Or maybe you know what's wrong. I'll take a fix any day.

Thanks in Advance,

Johnf



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to