Being n00b to python and dabo I want to verify that I understand dabo
datasets. The wiki states that the getDataSet() function will return a tuple
of dictionaries.

Given a database with the following fields:
firstname lastname age

With the following data:
Tom        Dick     54
Harry      Tom      32
Dick       Harry    23

Will return the following tuple of dictionaries:
('{"firstname":"Tom", "lastname":"Dick", "age":"54"}',
'{"firstname":"Harry", "lastname":"Tom", "age":"32"}', '{"firstname":"Dick",
"lastname":"Harry", "age":"23"}')


Do I understand correctly?

Thanks
Carey


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to