[web2py] Re: FYI - MSSQL, Executesql and data columns retrieved as strings

2015-06-18 Thread Niphlod
http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#MSSQL--Microsoft-SQL-Server- if you like api docs instead http://pydal.readthedocs.org/en/latest/pydal.adapters.html#module-pydal.adapters.mssql On Thursday, June 18, 2015 at 2:56:24 PM UTC+2, Brian M wrote: > > OK so w

[web2py] Re: FYI - MSSQL, Executesql and data columns retrieved as strings

2015-06-18 Thread Brian M
OK so what is the recommended adapter for news versions? I saw that there are like 4 different mssql adapters in the dal source but it wasn't really clear which one to use when. On Wednesday, June 17, 2015 at 1:42:02 AM UTC-5, Niphlod wrote: > > 10.0 for 2008, 11.0 for 2012, (or 12.0, if sql se

[web2py] Re: FYI - MSSQL, Executesql and data columns retrieved as strings

2015-06-16 Thread Niphlod
10.0 for 2008, 11.0 for 2012, (or 12.0, if sql server 2016 will show up). BTW: for anything else than MSSQL2000, mssql:// is NOT the recommended adapter. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.goog