Anonymous - 2009-10-12

Hi all,

I have recently starting delving into the world of Python to create a test
harness for work. We have multiple scripts that are run in order with similar
variables in each of them.

Basically all I am looking to do is open a connection to MySQLdb and retrieve
a field at a time and turn them into a variable. So:

  1. Open Connection
  2. Run SQL
  3. Declare variable i.e. Name = "Result from step 2"

Is this possible and how do I go about it?