Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python Db Api

Difference Between Cursor And Connection Objects

I am confused about why python needs cursor object. I know jdbc and there the database connection i… Read more Difference Between Cursor And Connection Objects

Why Connection In Python's Db-api Does Not Have "begin" Operation?

Working with cursors in mysql-python I used to call 'BEGIN;', 'COMMIT;', and 'R… Read more Why Connection In Python's Db-api Does Not Have "begin" Operation?