Hello. I want to make football (soccer) manager. But I think what is he best and easy way to create database for my project to contain accounts and squads which the each player have. I should be able to update database to calculate the points of each football player.
Database to choose
Page 1 of 16 Replies - 187 Views - Last Post: 11 October 2012 - 07:02 AM
Replies To: Database to choose
#2
Re: Database to choose
Posted 11 October 2012 - 04:48 AM
If you are planning on keeping the data local to the user, then I would suggest either SQLCE or SQLite as the database of choice.
#3
Re: Database to choose
Posted 11 October 2012 - 05:11 AM
Data should be on server or at least on my computer.
#4
Re: Database to choose
Posted 11 October 2012 - 06:08 AM
Then I would use SQL Server Express.
EDITED: Are you going to be the only user, or will there be other users? If you are going to be the only user, then still go with either SQLCE or SQLite. If there will be other users, then go with SQL Server Express.
EDITED: Are you going to be the only user, or will there be other users? If you are going to be the only user, then still go with either SQLCE or SQLite. If there will be other users, then go with SQL Server Express.
#5
Re: Database to choose
Posted 11 October 2012 - 06:23 AM
There will be other users. Thank you for suggestions.
#6
Re: Database to choose
Posted 11 October 2012 - 06:51 AM
If you are going to use a client application (like something made with windows forms or WPF) you need a web service, especially if others are going to consume data from it externally.
#7
Re: Database to choose
Posted 11 October 2012 - 07:02 AM
If you choose SQL Server Express, make sure that you pick the 2012 version. Older versions put limitation on where you can freely use them in terms of number of CPUs/cores and database size. I am not a lawyer, but my brief skimming of the 2012 EULA seems to not have those restriction anymore.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|