SarkariResultess QA Bank

SQLite transaction save करने के लिए क्या करें? — error आने पर developer क्या करे?

Other 0 Views Verified
SQLite transaction save करने के लिए क्या करें? — error आने पर developer क्या करे?
Sarkari Result QA Bank
Editorially reviewed exam information

Answer & Explanation

4 Answers
Verified

cursor.commit_only()

cursor.commit_only()
Additional Explanation
यह विकल्प सही समाधान नहीं है।
Verified

conn.save()

conn.save()
Additional Explanation
यह विकल्प सही समाधान नहीं है।
Verified Correct Answer

conn.commit()

conn.commit()
Additional Explanation
commit transaction को persist करता है। पहले traceback की exact line और input value check करें।
Verified

conn.write()

conn.write()
Additional Explanation
यह विकल्प सही समाधान नहीं है।