On Apr 15, 2009, at 9:30 AM, Pedro Vale de Gato wrote: > # this is the recomended way to do it, dabo cannot use this > # cur = conn.cursor()
Why wouldn't you write this as:
cur = conn._cnx.cursor()
-- Ed
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]
