Server-Side Validation

J

J

I use the DRW in FrontPage 2002 for my databases. Here is
the SQL statement I use:

Update Results SET
LastUpdated='::LastUpdated::',LetterGrade='::LetterGrade::'
,Percentage='::percentage::' Where
StudentID='::StudentID::'"

I want to be able to throw back some error messages if the
student id that the user typed in does not exist in the
database. But I don't know how to do that using FrontPage.
Any ideas? Please let me know!

Thanks
 
K

Kevin Spencer

The FrontPage Database Results components can write some very basic and
common types of database operations in ASP. What you're describing is a
custom ASP application. To do this, you need to either be or hire an ASP
programmer to write your code.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top