which db should i use
hey guys..i want to develop a windows application in C..it will be used in a network in the office with 6 or 7 clients maybe more in time...but the point is which db system should i use ? MSSql,MySql or Access.. i dont know their benefits or some features if they have like stored procedure or triggers or etc
so which one u suggest me to use ?
Mahesh ChandPosted Sep 30, 2010, 12:04 PM
I think you should either use SQL Server or MySQL. Access is not good for a client-server application on a network. While MySQL is complecated to use with non-friendly UI and lot of command line execution, IT IS FREE. SQL Server is very easy, with very friendly user interface but it will cost you. For development purpose, you can use a free (Express) version but for production, you or your client will need to spend money.
Erdinc KolukisaPosted Oct 1, 2010, 10:25 AM
Mahesh ChandPosted Oct 1, 2010, 10:18 AM
Erdinc KolukisaPosted Oct 1, 2010, 8:36 AM
ok man...but does it chnge anything when i install sql express in that machine also...does it make any problem ?
Sam HobbsPosted Oct 1, 2010, 3:35 AM
Erdinc KolukisaPosted Oct 1, 2010, 3:17 AM
ok guys but i have one more question...if the server machine has Mysql server installed in it...does it mkae any problem if i install MsSql also ? because Mysql is insipensable for that machine ...
Sam HobbsPosted Oct 1, 2010, 3:03 AM
Erdinc KolukisaPosted Oct 1, 2010, 2:47 AM
thanks guys for your help...i think i will work with Sql Express after your suggestions..actually i like it already :)
i just wanted to learn new things but it seem i will postpone it for a while
thanks again for your help
Erdinc KolukisaPosted Oct 1, 2010, 2:47 AM
thanks guys for your help...i think i will work with Sql Express after your suggestions..actually i like it already :)
i just wanted to learn new things but it seem i will postpone it for a while
thanks again for your help
Gomathi PalaniswamyPosted Oct 1, 2010, 2:29 AM
SQL is good.
Mahesh ChandPosted Sep 30, 2010, 9:16 PM
Sam HobbsPosted Sep 30, 2010, 6:57 PM