Web front end for SQL Server?
April 24, 2012 5:30 PM Subscribe
Are there really no web front end design environments that are as stupid simple as MS Access form design for a SQL Server back end? I can write a real clever stored procedure for SQL Server and assign cute and short aliases to every element of the result set and crank out an Access form or forms in no time and distribute it as a light weight front end with only execute permission required. Is there some analog for a web front end?
In Microsoft Access I can create a nice svelte data project, publish it as an ade (Access Development Extension, I think?) and users on our network can have a tiny little client that is 1-5MB in size and serves up the data they need without any (known)credentials or even read access to the back end data on SQL Server. They simply have execute permission on the stored procedures on which their forms are based. If they have MS Access, fine. If they don't we can facilitate installing the runtime redistributable and all these light and elegant front ends work just the same. Ok, now that we've thinned the crowd down substantially, here's my question: Isn't there something that will let me create quick forms based on back end stored procedures using the web browser as the UI? It seems logical that I should be able to. Here are the credentials and location specifics to access the back end. Here is the stored proc I want to base the form on. Can I please have a little tool box to drag UI controls to a web-based form and a drop down to pick which parameters/aliases match up to each control? Maybe format one control and then copy and paste it and assign it to another parameter? Please?
posted by Rafaelloello to computers & internet (4 answers total) 6 users marked this as a favorite
Some things about it are just extraordinarily stupid though.
posted by roboton666 at 5:42 PM on April 24, 2012