Pastebin

Paste #593: No description

< previous paste - next paste>

Pasted by Anonymous Coward

Download View as text

    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


Do not write anything in this field if you're a human.

Go to most recent paste.