Re: [web2py] How to get session's Unique ID?

2017-01-19 Thread Sankhajit Das
on adding response.session_id... its displaying a flash msg "An error occured,please reload the page". Why??? And how can i fix it? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Using Session

2017-01-19 Thread Sankhajit Das
Can u pls tell me how to store data in session? I am unable to do it -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because

Re: [web2py] How to get session's Unique ID?

2017-01-18 Thread Sankhajit Das
How can i create session in my web2py app and store values in it? Pls help me with the codes -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You

[web2py] Re: Web2PY MySQL DB connection and data retrieval

2017-01-18 Thread Sankhajit Das
On Thursday, January 19, 2017 at 10:11:53 AM UTC+5:30, Sankhajit Das wrote: > > how can i store all the sqlite database in a variable? smbdy help me > with full code pls > or how can i write all the sqlite data in a text file??/ -- Resources: - http://web2p

[web2py] Re: Web2PY MySQL DB connection and data retrieval

2017-01-18 Thread Sankhajit Das
how can i store all the sqlite database in a variable? smbdy help me with full code pls -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received

[web2py] Re: Web2PY MySQL DB connection and data retrieval

2017-01-18 Thread Sankhajit Das
On Tuesday, January 17, 2017 at 8:14:01 PM UTC+5:30, Sankhajit Das wrote: > > hey. I have created a mysql database in my web2py app. >> > now i want to create another sqlite database such that whatever data i > enter > in sqlite database. it automatically gets copied in

[web2py] Re: Web2PY MySQL DB connection and data retrieval

2017-01-17 Thread Sankhajit Das
how can we delete data automatically from a table in database after clicking submit button of a form in web2py -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report

[web2py] Re: Multiple connections/ databases with same app

2017-01-17 Thread Sankhajit Das
> > hey. I have created a mysql database in my web2py app. > now i want to create another sqlite database such that whatever data i enter in sqlite database. it automatically gets copied in mysql database. Pls somebody help me do ds with full code. -- Resources: - http://web2py.com -

[web2py] Re: Web2PY MySQL DB connection and data retrieval

2017-01-17 Thread Sankhajit Das
> > hey. I have created a mysql database in my web2py app. > now i want to create another sqlite database such that whatever data i enter in sqlite database. it automatically gets copied in mysql database. Pls somebody help me do ds with full code. -- Resources: - http://web2py.com -

[web2py] Re: How to cause radio buttons to auto deselect?

2017-01-11 Thread Sankhajit Das
i have used @auth.requires_login() before def index(): which works perfectly,i.e.,first you have to login to give some input.. But i want to save in my database how many people and their information in a database.. How may i do it? Pls help asap -- Resources: - http://web2py.com -

[web2py] Re: How can i create radio buttons in web2py? And how can i link it with database?

2017-01-10 Thread Sankhajit Das
please give me all the codes to create radio buttons using widgets. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because

[web2py] How can i create radio buttons in web2py? And how can i link it with database?

2017-01-10 Thread Sankhajit Das
I am a very beginner in web2py. so can ne1 pls help me with how to create radio buttons in web2py and link them with database? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -