thank you Yarko you were very informative as usual. > Your model should only need the fields you will access.
such a relief..! > REMEMBER: web2py _assumes_ (and creates a default field) called "id"; if > you have existing tables, and they have different auto-number field names, > you will want to keep this in mind (eg. perhaps create a view which maps > your table's index field into "id" for web2py). the problem is tables on the as400 side are without any increment field (and they contain up to 80k records..). But this is not a problem as long as you just use select queries (as400 data are just input) as I tested directly. carlo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

