Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > Sync Services for long term remote DB?
 

Sync Services for long term remote DB?

Beginning developmentwith SQL Server 2008, VB - Visual Studio 2008on an application that will deploy laptops remotely for 6 months or more.
The laptops will have no network or internetconnection
There is a requirement to sync DB changes (Bi-Directional) via shipment of USB flash drives.

What would be the best approach to take for this?
Sync Services with shipment of SQL Server Compact DB's?

Brick09  Friday, September 04, 2009 1:52 PM

You can create your database on the usb flash drive. That is nothing different from other data connection, only the location. Another method, you can access and update you data using ADO.NET on your local drive. Back up the database one day or one week to you usb flash drive or copy the backup file to the drive.

More information:

Retrieving and Modifying Data in ADO.NET

http://msdn.microsoft.com/en-us/library/ms254937.aspx

Backing Up and Restoring Databases in SQL Server

http://msdn.microsoft.com/en-us/library/ms187048.aspx

backup SQL Server database using Windows Form

http://social.msdn.microsoft.com/Forums/en-US/sqlnetfx/thread/bf5311b3-c45e-4729-9012-3ae1e4105569

Beginners guide to accessing SQL Server through C#

http://www.codeproject.com/KB/database/sql_in_csharp.aspx

How To Update a SQL Server Database by Using the SqlDataAdapter Object in Visual C# .NET

http://support.microsoft.com/kb/308507/en-us

Best regards,

Ling Wang


Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Ling Wang  Friday, September 11, 2009 1:08 PM

You can create your database on the usb flash drive. That is nothing different from other data connection, only the location. Another method, you can access and update you data using ADO.NET on your local drive. Back up the database one day or one week to you usb flash drive or copy the backup file to the drive.

More information:

Retrieving and Modifying Data in ADO.NET

http://msdn.microsoft.com/en-us/library/ms254937.aspx

Backing Up and Restoring Databases in SQL Server

http://msdn.microsoft.com/en-us/library/ms187048.aspx

backup SQL Server database using Windows Form

http://social.msdn.microsoft.com/Forums/en-US/sqlnetfx/thread/bf5311b3-c45e-4729-9012-3ae1e4105569

Beginners guide to accessing SQL Server through C#

http://www.codeproject.com/KB/database/sql_in_csharp.aspx

How To Update a SQL Server Database by Using the SqlDataAdapter Object in Visual C# .NET

http://support.microsoft.com/kb/308507/en-us

Best regards,

Ling Wang


Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Ling Wang  Friday, September 11, 2009 1:08 PM

You can use google to search for other answers

Custom Search

More Threads

• datagrid size
• Master/Detail Datagridview addnew row to detiail grid show nothing
• DataGridView with Progress Bar
• Problem with Virtual ListView, Help needed.
• Data Bound VB ComboBox Overwrites Data
• [SOLVED] Selecting a certain cell?
• Using combobox in GridView control
• Custom DataGridViewHeaderCell
• Duplicate Designer.vb file when saving dataset
• Mdi Parent and child form