New to .NET, any point in the right direction would be a huge help.
Trying to write a program to accept data input in a manufacturing environment and store it directly into a SQL database.
A problem I can foresee is if the Wireless Network Connection is interrupted (or temporary out of range)
Where would I research, or how would I go about, creating a local XML copy, or temporary Local XML file if the connection is not made back to the server?
Any suggestions or methods of doing this?
Thanks!
(I’m a VB programmer, but can figure out C# translation if needed)
why don’t you want to use Local Database caching mechanism? Walkthrough: Adding a Local Database Cache to an N-Tier Application