Quantcast
Viewing latest article 2
Browse Latest Browse All 13

locking a record in a mysql table

I have a mysql database, which has a table myTable with the parameter id as its primary key. Now, I have a python function which goes like this: def f(user_no): interactWithDB(user_no) Now, this function interactWithDB interacts with myTable, and makes some changes to the record which has user_no as its primary key value. I want […]

The post locking a record in a mysql table appeared first on BlogoSfera.


Viewing latest article 2
Browse Latest Browse All 13

Trending Articles