-
Database question
I am about to start a database and was wondering what some of the experts around her use? I was thinking about using Visual studio with sql.. Although Microsoft access seems to be pretty easy, or is oracle the way to go... Just a little feedback would be great thanks
-
Re: Database question
It depends...
For a small desktop application MS Access database is for the most cases more than enough.
For a big projects with multi-user accesses MS SQL Server is preferrable much more than MS Access.
Note also that MS SQL Server Express edition is free. :)
-
Re: Database question
Thank you for the information!