Re: [web2py] BLOB fields in MSSQL Server

2015-02-10 Thread Richard Vézina
You may look to adpater side, I guess SQL Server adapter is not creating blob type correctly for SQL server... Richard On Tue, Feb 10, 2015 at 11:40 AM, Jose wrote: > > > El martes, 10 de febrero de 2015, 13:01:36 (UTC-3), Richard escribió: >> >> You say uploading don't works? What is you web s

Re: [web2py] BLOB fields in MSSQL Server

2015-02-10 Thread Jose
El martes, 10 de febrero de 2015, 13:01:36 (UTC-3), Richard escribió: > > You say uploading don't works? What is you web server? Nginx were having a > bug and limit the size of the file... > It is not a server problem. This web2py internal server using for development. The problem is the field

Re: [web2py] BLOB fields in MSSQL Server

2015-02-10 Thread Richard Vézina
You say uploading don't works? What is you web server? Nginx were having a bug and limit the size of the file... Also, why you want to put your file in blob... I am going away from that, it bloat database and make db dump longer, etc. Richard On Tue, Feb 10, 2015 at 10:24 AM, Jose wrote: > Hel

[web2py] BLOB fields in MSSQL Server

2015-02-10 Thread Jose
Hello everyone I have the following: Web2py on Freebsd. Database: SQLServer 2008 Connection: web2py <-> pyodbc <-> UnixODBC <-> FreeTDS <-> SQLServer I'm trying to store some uploaded files into a blob field, instead than on the file system. The table was created by the administrator SQLServe