On Thursday, May 12, 2011 03:23:46 pm John Fabiani wrote:
> On Thursday, May 12, 2011 03:07:49 pm Paul McNett wrote:
> >  try:
> > +                                       retList.append("%s %s" %
> > (safekey, ds._typeDict[self.Cursor._types[safekey]
> > +                               except (KeyError, AttributeError):
> > +                                       retList.append(safekey)
> 
> That's a syntax error -
> 
> should it be
> retList.append("%s %s" % (safekey,
> ds._typeDict[self.Cursor._types[safekey]])) Johnf

Using my changes 

It does not work!  I'm still changing a date field to a string.  I also can 
not figure out how to cast the field.

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

Reply via email to