Guest User

Untitled

a guest
Oct 18th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. CURSOR.EXECUTE("INSERT INTO ActuaEn(Nombre,Titulo) VALUES(?,?)", (x['Actors'],x['Title']))
  2. cursor.execute("INSERT INTO Actor(Nombre) VALUES(?)", (x['Actors']))
Add Comment
Please, Sign In to add comment