Hi,
I have devloped a vb application and I want to install it on a network of 10 computers.I just have one approach in mind and I don't know if it's the best approach.I want to install my application on each pc and I'll install the sql server database only on one pc an I'll make sure that the connection string in all installed applications points to the pc/server where the sql server resides.
Is this the best approach? Also do I have to take care of concurrency issues or it's handled by the database itself?Please give me some hints or example on how to handle the concurrency problems in code.
thank you in advance
I have devloped a vb application and I want to install it on a network of 10 computers.I just have one approach in mind and I don't know if it's the best approach.I want to install my application on each pc and I'll install the sql server database only on one pc an I'll make sure that the connection string in all installed applications points to the pc/server where the sql server resides.
Is this the best approach? Also do I have to take care of concurrency issues or it's handled by the database itself?Please give me some hints or example on how to handle the concurrency problems in code.
thank you in advance