Is there any “Access-like” tool for sql server and that is web based? I mean having rich controls and automatically creating web forms.
My goal is to create an offline database in SQL server. I just don’t know what is the best tool to use.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use access with a SQL Server backend, though this of course is not web based.
As far as I know, there is nothing that will create a CRUD web application for you.
I suggest reading and learning about ASP.NET and ASP.NET/MVC, with either C# or VB.NET.
There are many tools that help and assist with the data access – ORM tools like nHibernate and Entity Framework, but these will not create the data for you.
SQL Server also supports the OData protocol for exposing data on the web.