SyntaxFix
Write A Post
Hire A Developer
Questions
cursor.execute(sql,array)
Only takes two arguments. It will iterate the "array"-object and match ? in the sql-string. (with sanity checks to avoid sql-injection)