Transcript sophie

Web Server
Click on an item
to find out moremacros must be
enabled
Database
WEB
Browser
“Report” ASP
User types in URL - report.asp
Web server returns HTML file
with SQL statements replaced by the
result of those statements.
< tag>Select firstname from main_table </tag>
Dave,Sophie,John
“Interactive” ASP
User types in URL - get_data.html
Web server returns HTML file -form
with “post” button
User fills in form, submits to web
server.
Web server returns ASP page with:
values instead of dynamic* SQL
statements (*ie with variables in)