MBA 683 E-Business Technology --

s-upd-2.adp
Home    Site Map    Search    EhrlichOrg.com

Syllabus    Classes    References  Examples  Student Info    Guest Info

 

<html>
<head>
<title>Student Update page 2</title>
</head>
<body>
It is now <%= [ns_fmttime [ns_time] "%A, %B %e, %Y at %r" ] %><p><hr><p>
<%
set_the_usual_form_variables
# sets sid, QQsid, sname, QQsname
db_dml s_row "update chuck.s set sname = '$QQsname' where sid = $sid"
set nrows [db_resultrows]
if {$nrows == 0} {
# no rows updated
ns_adp_puts "No matching entries found.<p>"
} else { 
# one or more rows
ns_adp_puts "$nrows entries updated.<p>"
}
%>
<hr></body></html>

 

© 2001 by Chuck Ehrlich, all rights reserved.  Comments to webmaster.  Updated on September 26, 2000.