I'm deciding between MS Access and SQL Server Express for a ASP.NET application prototype. One of the last points I'm considering is that Access has built in data maintenance, with the datasheet view. I don't see an equivalent "built in" UI for data maintenance in SQL Server, so I guess I have to build that.
Is it reasonable to assume that simple SQL DB data maintenance forms can be built quickly and easily in VS 2005 VB.Net using mostly wizards? Like literally a few minutes for each table? The books on ASP.NET 2.0 say so, but I'd like to get some cross validation.
Any guidance would be appreciated.
Thanks!
Is it reasonable to assume that simple SQL DB data maintenance forms can be built quickly and easily in VS 2005 VB.Net using mostly wizards? Like literally a few minutes for each table? The books on ASP.NET 2.0 say so, but I'd like to get some cross validation.
Any guidance would be appreciated.
Thanks!