[web2py] retrieval of data from android device and adding it to database through gprs connection

2016-09-20 Thread karthik naidu
hi, i'm new to web2py. I'm making an app to track positions of an android device. how to recieve data from android device and store it in my database. thanks in advance. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] i need the information fetch information from an online database, how can i do it with web2py?

2016-08-20 Thread karthik naidu
i'm planning to do a gps tracker and i need to get information from an online database , i want to know the method to do it using web2py -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: Problem with multiple forms

2011-08-15 Thread Karthik
will probably want a custom form and make sure you have a hidden input with id=f['form_id'] Obviously, if the order of forms is important, you will want to modify this code to make the forms into a list instead of a dict. Hope this helps. Good luck. On Aug 13, 9:24 pm, Karthik karthikparameswa

[web2py] Re: Problem with multiple forms

2011-08-13 Thread Karthik
Is there a way to dynamically name the forms? I don't know how many forms I'll need to display, it depends on an external factor. (I have a textarea and depending on the lines filled in the textarea by the user, I need to create that many forms). Is this possible withing web2py's FORM() helper or

[web2py] Re: MongoDb and web2py

2011-08-13 Thread Karthik
I'm still looking for a solution to simulate connection pooling, any responses would be great - thanks! On Jul 21, 4:53 pm, Karthik karthikparameswa...@gmail.com wrote: Hi Massimo, Thanks for this. Do you know if it will hold up in a high performance situation though? As in, if multiple

[web2py] Re: MongoDb and web2py

2011-07-21 Thread Karthik
Hi Massimo, Thanks for this. Do you know if it will hold up in a high performance situation though? As in, if multiple connections originate at the same time, won't there be a queue? Is it possible to simulate the connection pooling mechanism in web2py's DAL? Thanks, Karthik On Jul 31 2010, 4