adding a record via web interface

greenspun.com : LUSENET : SQL Server Database Administration : One Thread

Eric,

i'm currently working on an internet project w/ interdev/vbscript/sql server and I was wondering what would be the easiest way to add a record to sqlserver table once the user enters all info and clicks on submit button?

Your help is appreciated immensely, Richard Garza

-- Anonymous, July 08, 1998

Answers

Re: adding a record via web interface

Richard,

There is an excellent tutorial on http://www.activeserverpages.com/learn/database.asp that shows (almost) exactly what you request. It does an update rather than an insert, but the principle is the same, just change the SQL statement. It does include a form where data is entered.

You'll want to follow the "Full cycle Example" link.

Eric

-- Anonymous, July 10, 1998


Moderation questions? read the FAQ