用FLASH和ASP实现数据库查询__教程 |
|
日期:2007-5-20 0:34:16 人气:73 [大 中 小] |
|
|
|
(“Name")) & “&utelnum=" & Server.URLEncode (oRS(“utelnum")) & “&ptelnum=" & Server.URLEncode (oRS(“ptelnum"))& “&callnum=" & Server.URLEncode (oRS(“callnum"))& “&handnum=" & Server.URLEncode (oRS(“handnum")) End If oRS.Close Set oRS = Nothing oConn.Close Set oConn = Nothing % >
4.执行查询
由于ASP程序只能在服务器端执行,所以一定要启动你的PWS或IIS,并将C:\testasp设为一个Web站点,否则将是一个没有结果的动画。好了,快点在你的浏览器中键入http://localhost/testasp/yjytelep.html吧(localhost指主机域名或IP 地址),其结果会令你耳目一新。 |
|
出处:本站原创 作者:佚名 |
|
|