Re: Best way to process table rows from an RDBMS

2006-04-07 Thread bruno at modulix
[EMAIL PROTECTED] wrote: > I can handle making the connections and running queries, but what's the > best way to process table rows returned in Python? depends on what you want to do with them. > What about turning a > table definition into an object? Just looking for ways to be efficient, > sinc

Best way to process table rows from an RDBMS

2006-04-07 Thread dananrg
I can handle making the connections and running queries, but what's the best way to process table rows returned in Python? What about turning a table definition into an object? Just looking for ways to be efficient, since I know I will be hitting the same external RDBMS from Python and regularly pr