Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating Records

Status
Not open for further replies.

david7777777777

Programmer
Sep 26, 2001
417
US
Visual InterDev 6 making asp pages that access a SQL 2000 database on Windows 2000 Server. I've successfully made an asp page with a grid DTC that simply displays the records in the table. That was cake. Now I need a little help.

1. I have a table (tbl_departments) that has 3 fields: ID, DepartmentName, and DepartmentNumber.

2. I want to make an asp page that allows users to edit a record in this table.

3. I don't like the way the documentation shows you how to accomplish this, what a resource-intensive method they show.

4. I'd like to biuld an asp page that lets the user specify the record they want to edit by entering the department number in a field, then have the asp page return that record's DepartmentName and DepartmentNumber field values for editing by the user, complete with a [Save] button.

Thanks greatly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top