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)
- h
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)
- https://code.google.com/p/web2py/i
oop on allforms to make your form. You
> 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.
>
&
I'm still looking for a solution to simulate connection pooling, any
responses would be great - thanks!
On Jul 21, 4:53 pm, Karthik wrote:
> Hi Massimo,
>
> Thanks for this. Do you know if it will hold up in a high performance
> situation though?
> As in, if multiple connecti
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
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
6 matches
Mail list logo