I am experienced enough with single user desktop application in C# with MySQL. Now, I have a requirement to develop a mulituser desktop application with MySQL. I need to know a few things here:
- Given that i am using MySQL DB, do i need to programmatically take care of data corruption/integrity /locking issues in my code in multi-user environment?
- When the application is ready, I will create setup project of my app using Visual Studio. My question is: will the server only have database & the client application will be installed on all computers? Is that correct? All the client software will use the central database residing on a different location.
- How do i create Visual studio setup project to create the MySQL database on the central location?
Is there anything else I need to take care in a multi-user environment?
Please advise!
Loading
Dharmesh SharmaPosted Jan 20, 2011, 7:04 AM
Aman GhaiPosted Jan 20, 2011, 6:57 AM
Please help me!
Thanks, Amandeep
Dharmesh SharmaPosted Jan 19, 2011, 3:47 AM
Aman GhaiPosted Jan 19, 2011, 2:53 AM
- I need to put this MySQL database on internet server. How do i go about it?
- Also, how do i access this DB on internet server from my code?
Thanks, Aman
Dharmesh SharmaPosted Jan 18, 2011, 8:00 AM