% set rs01 = GetMdbStaticRecordset("..\cgi-bin\counter.mdb","counter_t") If rs01 Is Nothing Then Response.Write "GetMdbRecordset ©I¥s¥¢±Ñ!" Response.End End If %>
<% rs01.movefirst
rs01("count")=rs01("count")+1
%>