Home / Questions / Other SQLite transaction save करने के लिए क्या करें? — error आने पर developer क्या करे? Other 0 Views Verified SQLite transaction save करने के लिए क्या करें? — error आने पर developer क्या करे? #python #sqlite #sql #backend #automation #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified cursor.commit_only() cursor.commit_only() Additional Explanation यह विकल्प सही समाधान नहीं है।
Verified Correct Answer conn.commit() conn.commit() Additional Explanation commit transaction को persist करता है। पहले traceback की exact line और input value check करें।