Multiuser
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I'm new to ADO.net,but have couple of years of experience in classic ADO ! Could you please explain me, what is the best method (way) to insert a record in a multiuser environement. Stored Procedure option seems to be good, but since i'm using MySql,i can't. Advance Thanks, aB
-
Hi, I'm new to ADO.net,but have couple of years of experience in classic ADO ! Could you please explain me, what is the best method (way) to insert a record in a multiuser environement. Stored Procedure option seems to be good, but since i'm using MySql,i can't. Advance Thanks, aB
If you're stuck with MySQL, you need to just pass SQL. If you don't have transactions, you're in trouble. MySQL sucks. Christian Graus - Microsoft MVP - C++