开发者

Choice of SQL and DB Sharing

I am trying to build a customized attendance package for a local college, there are nearly 1300 students, hence I prefer to work with SQL Compact (SQL CE) since it is free to use unlike sql server, please correct me if I am wrong.

Also, please advice me if I could place the DB on a shared folder in network and install the software on all the PCs and insert and modify records as in normal PC does?

Thank you for your time.

TO be clear, the number of开发者_如何学JAVA clients would be 30 approx only, and nearly 1300 records per day would be inserted.


SQL Server Express is also free - the 2008 R2 version supports up to 10 GB in database size.

This is a full blown server product which should be a lot better suited to such an environment with lots of users hitting the database at the same time

SQL Server Compact is intended for uses where you need to store data on the user's local machine - it's definitely not designed to be used as a server-like product with multiple users connecting to it at the same time.


If you want access database with 1300 clients, the embeded database (SQL CE, Firebird, Sqlite, etc..) is not good chouce.

For 1300 client is good full db server (SQL Server Express or similar edition of Oracle etc...) or some custom service (i.e. web services).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜