%
table=Request("table")
no=Request("no")
Set DbCon = Server.CreateObject("ADODB.Connection")
DbCon.Open("DSN=ch71;UID=sa;PWD=pages30")
sql = "select * from "&table&" where no=" & no
Set RS = DbCon.Execute(sql)
%>
¼öÁ¤Çϱâ
|
|
|
<% if table="gajaboard" then %>

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

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

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

|
<% end if %>
|
|
|
|
|
Comments & Questions: master@winevalley.co.kr
© 2000 E-Bizpia Corporation. All Rights Reserved. |
|
|
|