Want to build simple SQL admin interface to change a few values in a table.

Posted by Adam McC on Stack Overflow See other posts from Stack Overflow or by Adam McC
Published on 2011-01-05T14:44:34Z Indexed on 2011/01/05 14:53 UTC
Read the original article Hit count: 275

Filed under:
|
|
|

i am currently building a system in MSSQL 2K5.

i have a table that holds information about certain insurance schemes such as overheads and other things. these values will change occasionally and currently i administer the database straight through the management Studio.

i would like to build a simple interface that will allow my colleagues to change these values by selecting the company in a dropdown and the current values will populate. they can then edit these values and submit them to the database.

is this possible in the current Visual Studio supplied with MSSQL server 2K5 or do i need to get another product.

i am confident that with the help of stack overflow and google i can build this myself, but i need pointed in the right direction as to which environment would be easiest and best to start building it.

Many thanks,

adam

© Stack Overflow or respective owner

Related posts about .NET

Related posts about sql-server