Author: Ed Leafe
Posted: 2007-08-31 at 21:16:47
On Aug 31, 2007, at 7:28 PM, dw wrote:
> File "C:\projects\dabo\dabo\db\dCursorMixin.py", line 781, in
> getFieldVal
> raise dException.FieldNotFoundException, "%s '%s' %s" % (
> dabo.dException.FieldNotFoundException: Field 'phType' does not
> exist in the
> data set
That's odd - adding a couple of print statements shouldn't change
the error.
Are you sure that the UserSQL is set to a statement that has a field
alias of 'phType'? Your original example did.
-- Ed Leafe