Pastebin
Paste #593: No description
< previous paste - next paste>
Pasted by Anonymous Coward
from soho_connect import soho_connect
db = soho_connect()
cursor = db.cursor()
cursor.execute("""INSERT INTO customer(id, name)
VALUES(%s, %s)""", (id, name))
New Paste
Go to most recent paste.