giovaniluigi
Member
- Joined
- Jan 9, 2011
- Messages
- 16
- Programming Experience
- 5-10
I'm a beginner in databases, and I'm developing a simple application.
I'm using SQL Server in my shared server to hold all the database.
Database is accessed by client app using an internet connection.
My client application is for Windows Forms developed in VB.NET using ADO.NET.
I have inserted some controls using the built-in tools in visual studio 2010 to create the database link.
The connection is done when app starts by a TableAdapter component.
After this, I use a dataset to store the data.
My question is how to update the online database, keeping it synchronized ?
For example: My friend and I open the app at the same time and we start working, how can I do to avoid conflicts and data loss ?
Is there any special feature for doing this ?
I'm using SQL Server in my shared server to hold all the database.
Database is accessed by client app using an internet connection.
My client application is for Windows Forms developed in VB.NET using ADO.NET.
I have inserted some controls using the built-in tools in visual studio 2010 to create the database link.
The connection is done when app starts by a TableAdapter component.
After this, I use a dataset to store the data.
My question is how to update the online database, keeping it synchronized ?
For example: My friend and I open the app at the same time and we start working, how can I do to avoid conflicts and data loss ?
Is there any special feature for doing this ?