Tell me I need to make such a table in Visual Studio (local) for each user of the program its own database on the computer, this is the type

Tyk

But the trouble is, I did it and it works, BUT after the computer is restarted, it becomes empty .... Maybe there are other ways to make such a database?

  • and why would it become empty? - Specter
  • I do not know, just the restart field of the computer, the base is empty. Or is it with me, can you test the program? - Angus123
  • those. Repeated restarts of the program on the base do not affect this, but does the reset completely clear? - Specter
  • rghost.ru/32266041 - try. Maybe it's just me having such a bug ... anything can happen. - Angus123
  • one
    Id auto-increment is done in the table constructor: свойства столбца -> спецификация идентификатора -> да date automatic input: свойства столбца -> значение по умолчанию -> newDate() - Specter

2 answers 2

You need to make entries in the database in your case it is better to use SQLite or Access

    You can also use SQL Server Compact.