if your db doesn't have "id" fields, or primary keys with different names, then you might consider setting up a view to map into the expected id fields...
As for setting up the tables: NOTE: You do NOT need to have the tables defined in web2py - only the interface to those tables / columns you need to know about. That is pretty easy, and can let you experiment incrementally - you could first just connect to see if you can find / sort on one item... You can incrementally add as you need to access things - no need to do it all at once, or worry about testing everything, just what you need to access, when you need it.. On Thu, Oct 30, 2008 at 4:20 PM, Steve Shepherd <[EMAIL PROTECTED]> wrote: > For the DAL to work effectively. You can still use sql in web2py but the > helpers like sqlform etc don't work if you use this approach. > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

