Thank you, Will take a look at it tomorrow and let you know how I got on. It would be nice if I had something to commit back to the project.
Simon On Thursday, 15 November 2012 21:24:43 UTC, Niphlod wrote: > > subclass MSSQLAdapter (creating, e.g. MSAccessAdapter(MSSQLAdapter)), then > just extend the ADAPTERS dict in dal.py > .... > 'oracle': OracleAdapter, > 'mssql': MSSQLAdapter, > 'mssql2': MSSQL2Adapter, > * 'msaccess': MSAccessAdapter,* > 'sybase': SybaseAdapter, > .... > http://web2py.com/books/default/chapter/29/06#Note-on-new-DAL-and-adapters > > --

