Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Concurrency Using VB.NET & MySQL Help/Understanding Needed!

Status
Not open for further replies.

FireFett

Programmer
Mar 31, 2000
42
US
Hello,

I have been spending the past couple days trying to understand how to implement row locking in MySQL for program we plan in porting from betrieve 6.12 and Random Access flat files in VB6.

Having read and scoured the net I have not found any significatant material to understand how to implement record locking short of implementing a custom solution(less desirable) I undertand that using MySQL with Innodb supports row locking.

I am hoping someone can provide some samples perhaps on how to select a record effectively locking it from other sessions and update/cancel the locked record using vb.net and the mysql.connector

Thank you everyone.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top