NTT DOCOMO, INC - Fix for bug 1291 "E32test t_tock.exe failed to load Logical Device"
import sqlite3con = sqlite3.connect("mydb")cur = con.cursor()who = "Yeltsin"age = 72cur.execute("select name_last, age from people where name_last=:who and age=:age", locals())print cur.fetchone()