Exception ORA-00942: table or view does not existquery = (db1.ana_paz.COGNOME==form.vars.cognome.upper())
if form.vars.nome:
query = query & (db1.ana_paz.NOME==form.vars.nome.upper())
if form.vars.data_nascita:
query = query & (db1.ana_paz.DATAJ_NAS==form.vars.data_nascita)
try:
rows = db1(query).select()
except:
response.flash = "Errore nella ricerca anagrafica, procedere all'inserimento manuale delle informazioni."entity_quoting = False--
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 web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to web...@googlegroups.com.