Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jdsmith8
Starting Member
11 Posts |
Posted - 2014-07-07 : 21:35:23
|
Hi, I have a script created that allows me to add managers into a DB TABLE named Managers and it works fine to get the data into the table, but now I have an issue. Since I created that myself an have also created an ouput file to show all the managers I do not know how to create a page to EDIT the Managers and save the updates if needed to overwrite the existing table data..The 'Managers' Table has:ManagerIDMgrNameMgrTitleMgrDescriptionMgrContactand MgrPhoto How would I create a form on a page that would call the SQL Managers table to display the current Manager info and photo then allow changes or deletion?Thanks in advance,JayJames Smith |
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2014-07-08 : 04:45:16
|
SELECT the data from tabledisplay the data in updateable inputfieldsUPDATE the data in the table Too old to Rock'n'Roll too young to die. |
 |
|
|
|
|