@Brian - The minute I sent you the email the problem returned.
 
I ran the following code:
 
test = db1.executesql('select * from table')
print test
print len(test)
 
"print test" yields None
 
Exception thrown from line "print len(test)":
"<type 'exceptions.TypeError'> object of type 'NoneType' has no len()"
 
Seeing as this JUST worked 10 minutes ago and the time to run has been 
varying today from 20 up to 150 seconds, I am guessing this is a database 
issue of some kind.  
 
Thanks for your help.  If you have any quick thoughts, then please pass 
along, but otherwise I do not expect you to spend any more time helping me 
with my problem as I know you have done a lot for me already.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to