Best .NET3.5 based strategy for creating disconnected db application

后端 未结 5 494
傲寒
傲寒 2021-02-03 13:52

My requirements are:

  • Relatively small database: 25-30 tables with 4-5k rows in each.
  • 4-5 users with their own copies of local database on their laptops. Sync when
  • 5条回答
    •  暖寄归人
      2021-02-03 14:27

      Add -> New -> "Local Database Cache". This should provide all the sync you need (via ADO.NET Sync Framework), running (IIRC) by SQL CE by default, which is (I believe) free.

    提交回复
    热议问题