% table=Request("table") no=Request("no") Set DbCon = Server.CreateObject("ADODB.Connection") DbCon.Open ("dsn=ch71;uid=gajanet;pwd=0202;") sql = "select * from "&table&" where no=" & no Set RS = DbCon.Execute(sql) %>
|
|
|
|
|
Comments & Questions: master@winevalley.co.kr |