Hi All, Massimo
     I am receiving a dictionary of records from a webservice like below 
(sample single record with just a few fields here) . Now I want to parse 
all the records and insert the data in my table (Currently SQLite and later 
it would be POSTGRE) . What is the best way to insert data into SQLite or 
other databases using DAL from following code. I am assuming that since we 
would utilize DAL it  might work irrespective of underlying DB. my table 
has similar fields but fieldnames and their order is changed a bit. 
{u'status': None, u'tax': 3.6, u'entity': u'payment', u'currency': u'INR', u
'id': u'128934802340', }


Thanks in advance for all the help,  :-) 

Rahul





-- 
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