SQL SELECT question...

Rob Elder relder at omegabit.com
Thu May 18 21:34:47 EDT 2000


Hello, guys

   I'm struggling with using SQL with Python. One question please. How
should I structure the following operation using odbc:


cursor.execute('SELECT someField FROM someTable WHERE someField="someString"')


This does not work for me. How is this supposed to be structured?

TIA.

-r



More information about the Python-list mailing list