Tagged Questions

0
votes
1answer
81 views

Concepts behind MySQL cursor

Could someone please explain me the concept behind MySQL cursor, especially in the context of multiprocessing? I am fairly new to python and am accessing a MySQLdb concurrently using a module with ...
0
votes
1answer
76 views

Unable to connect to Database using MySQLdb in Robotframework

Using Robotframework 2.6.3 and the python database library, I want to connect to MySql Database. I have downloaded the DatabaseLibrary and MySQLdb however when I try to connect using: Library ...
-3
votes
1answer
78 views

two database connection with Mysqldb in python

Can any body please let me know if more than one database connection at a time is possible with Mysqldb in python script. I have a scenario where i want to query from databaseA tables (which can be ...