Server-Side Validation

  • Thread starter Thread starter J
  • Start date Start date
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
 

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

Back
Top