I am creating a Windows Form application. Here I need to create only one database table which is very simple. Some rows will be added dynamically to the table at run time. The application will be used locally(offline). In this case which database can be preferable- Microsoft Access Db or Sql Server Db??
Or is there any other better solution without database??