I am about to begin making a game. It will be online in the future but for now I was wondering. Would it be possible for me to make a program with microsoft visual C# express that basicly works as a database. A never ending list, a player makes an account in the game, the game calls upon the program made with MS express, adds the players info. The player tries to login to the game, calls upon the program and retrieves the information. Basicly importing/exporting data between unity and the program.
Would this type of system work?