%
table=Request("table")
no=Request("no")
Set DbCon = Server.CreateObject("ADODB.Connection")
DbCon.Open ("DSN=gaja;UID=gajanet;PWD=0202")
sql = "select * from "&table&" where no=" & no
Set RS = DbCon.Execute(sql)
%>
³»¿ëÀбâ
|
 |
<% if table="esqna" then %>

|
<% elseif table="esboard" then %>

|
<% end if %>
|
|
<%
rnum=rs("visited") + 1
sql1="update "&table&" Set Visited=" & rnum & " where No=" & no
dbcon.Execute(sql1)
%>
|
| ¡¡
|
| ¡¡
|
| ¡¡
|
| ¡¡
|
| ¡¡
|
| ¡¡
|
| ¡¡
|
| ¡¡
|
| ¡¡
|
|
|
Comments & Questions: gaja@gaja.net
© 2000 GAJA.NET Corporation. All Rights Reserved. |
|
|
|