visual c# 2008 database application examples

Posted by Omar on Stack Overflow See other posts from Stack Overflow or by Omar
Published on 2010-05-04T02:47:43Z Indexed on 2010/05/04 2:58 UTC
Read the original article Hit count: 272

Filed under:
|
|

hi, i just have a few weeks programming with vc# (2008) and i'm trying to build an application (winforms) and i have the following problem... i need my application to work with and without connection to the mssql database, this sounds like piece of cake for our friend DataSet right? i can persist the data as XML or binary until i can reach the database and the DataSet will magically sync; all without bothering the user. The problem is... the few books i have read just mention that logic like a fairy tale but dont give any practical example of how to do it, can you point me to one example/demo/whatever i can read or download of an application with (equal or) similar logic?

© Stack Overflow or respective owner

Related posts about c#

Related posts about database