You would lose the SQLFORM and SQLFORM.grid functionality, though you could use SQLFORM.factory or create DAL models only for those tables that require forms. Auth also depends on the DAL, but you might be comfortable just leaving that to web2py since it creates all the DAL models for you anyway.
Anthony On Tuesday, January 15, 2013 7:47:45 AM UTC-5, puercoespin wrote: > > I need to access to a legacy and complex MS-SQLServer. And i decide to use > sqlAlchemy. What features of web2py am I missing? --

