[web2py] Re: Grid export csv

2016-08-01 Thread Ryan Hood
ur grid? > > On Friday, 29 July 2016 11:23:28 UTC-5, Ryan Hood wrote: >> >> How do you get the csv export to work in web2py grid? >> >> NOTE: Working with web2py version 2.14.6 and 2.14.5 >> >> Thank you, >> > -- Resources: - http://web2py.com -

[web2py] Grid export csv

2016-07-29 Thread Ryan Hood
How do you get the csv export to work in web2py grid? NOTE: Working with web2py version 2.14.6 and 2.14.5 Thank you, -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list

[web2py] SQLForm.grid csv export

2016-07-28 Thread Ryan Hood
Hello, I'm pretty new to Web2py. I need some help with the SQLForm.grid export CSV functionality.I have the following basic structure: *db.py* db.define_table('test', Field('name', 'string', length=50, notnull=True), Field('email', 'string',

[web2py] Re: Unable to connect to MSSQL via web2py - SSL Security Error

2014-08-21 Thread Ryan Hood
pyodbc, than this will use EXACTLY the same method to connect with the DAL. PS: if you're using 2014, you can benefit from the mssql4:// that improves performances with pagination. On Wednesday, August 20, 2014 4:56:52 AM UTC+2, Ryan Hood wrote: Hi, I am having trouble connecting

[web2py] Re: Unable to connect to MSSQL via web2py - SSL Security Error

2014-08-21 Thread Ryan Hood
as a welcome message in the cmdline) On Thursday, August 21, 2014 3:50:17 AM UTC+2, Ryan Hood wrote: Thanks for the advice and for sharing your experiences. Also appreciate the mmsql4 tip. So this will probably surprise you, but I still get the same SSL error when I switch

[web2py] Re: Unable to connect to MSSQL via web2py - SSL Security Error

2014-08-21 Thread Ryan Hood
errors can be seen in the event viewer too IIRC, you might check there for clues. On Wednesday, August 20, 2014 9:50:17 PM UTC-4, Ryan Hood wrote: Thanks for the advice and for sharing your experiences. Also appreciate the mmsql4 tip. So this will probably surprise you, but I still get

[web2py] Unable to connect to MSSQL via web2py - SSL Security Error

2014-08-20 Thread Ryan Hood
Hi, I am having trouble connecting to a SQL Server Instance via web2py. I tried connecting to three different SQL Server instances (all 2014) on three different servers on three different instances of web2py. Here is the full traceback: Traceback (most recent call last): File