I have:
*************************
          cursor = db.query("SELECT menu.id, aplicacion.app" +
                            "FROM menu inner join aplicacion on
menu.id = aplicacion.id " +
                            "WHERE menu.id = "+vCod+" AND
aplicacion.version = '" +vVersion + "'")
          return render.bajarapp(cursor)
***********************************
Field "app" is an (lo) data type, always return an Number , example 50776, 50833
etc. But not content.
Thanks for the help

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to