Hello :)
i intend to make a game in c# that will contain information of 10,000 people
i dont familiar with db yet but i guess from a little reading that the best way is to use ADO.NET sql library...
the game is not on the internet, it will be on the user pc
(Q #1) is sql library of the ado.net will be a good way to do it? in other words - should i start to learn that issue for my game? or u have another idea?
(Q #2) now, lets say i use sql - i understand the user need to have sql server 200X on its computer if he will play my game right? how can i do that? i need to add the sql program somehow to the setup of the game and while the game installing it will also install sql? (sorry if the question is stupid i have no background in db, but i eager to learn)
(Q #3) can u suggest of a resource of learning to help me do such a thing?
thanks in advance! :)