Hello, Massimo and all! Could you explain whether would web2py work with dispersed datafiles in some folder structure? Such kind of data storage provides separated data objects in XML or JSON format with not-limited security (any of NTFS features). Also the easy merge of local and remote (web) data objects is possible.
I guess it can be done with special code in controllers only. But could be any profit from web2py's Database Abstraction Layer in such environment? For example, some db = FILEDB(‘xmlrepos://user:passw...@hostname/dataroot') db.define_table('person', 'URL/person.xsd') - indeed create subfolder for file-records with the given schema. and so on, only instead of sql table there is a file directory with file-records, all with the same structure. The principal wish is to use autogenerated forms with validators from such model. Is it possible to construct in controller a custom substitute of form=SQLFORM(db.table) for using {{=form}} in the view after that? Vale! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---