On Tuesday, August 23, 2016 at 3:58:40 AM UTC-7, Mirek Zvolský wrote:
>
> What is it "an online database"?
>
> If it has some API, call that API.
> If it is database accessible via TCP/IP, use DAL() with proper connection 
> string.
>
>
Note that the usual form of API would be a restful interface, so you might 
be sending HTTP requests to the remote, and perhaps you'd use URLLIB 
calls.  A JSON API would probably be handled the same way, but a SOAP 
interface would use the SoapClient from pysimplesoap (included with web2py).

/dps


> Dne sobota 20. srpna 2016 23:11:23 UTC+2 karthik naidu napsal(a):
>>
>> 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/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to