Skip to content

Unable to create, update, insert in table. #244

Answered by ebyhr
nefagi-01 asked this question in Q&A
Discussion options

You must be logged in to vote

Did you put fetchall() after execute() method? e.g.

    cur.execute('INSERT INTO sometable VALUES (4, 5, 6)')
    cur.fetchall()

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nefagi-01
Comment options

Answer selected by yuokada
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants