which package must be imported in python to create a database connectivity application? Which are the methods to fetch records from a resultset?
Answers
Answered by
0
Answer:
Answer:Connecting to MySQL using Python. Before you can access MySQL databases using Pyt hon, you must inst all one (or more) of the following packages in a virtual envir onment: mysql client: This package contains the MySQLdb mo dule. It is written in C, and is one of the most commonly used Python packages for MySQL.
Explanation:
hope this helps you
Answered by
0
Answer:
Connecting to MySQL using . Before you can ac
Similar questions